Giter VIP home page Giter VIP logo

Comments (3)

zzhangjii avatar zzhangjii commented on May 31, 2024

Thx for reporting this issue!
It looks like a file content reading error. For local file, the content reading process relies on "read" method from vega-loader(). It loads the content into strings and process them with different delimiters based on different file types. Therefore, to use this method properly, we have to make sure the file contents strictly match the file type.

Those errors are likely to be caused by file type&content conflicts. You may obtain and test some more files from here (https://vega.github.io/vega-lite/examples/bar.html) to see if it's the case.

from jupyterlab_voyager.

a-w-1806 avatar a-w-1806 commented on May 31, 2024

Thanks for your reply!
I play around with it and finally find out the reason.
My .csv file's first column is index column and it does not have a header name. So that element of the header line is simply blank. After I fill some text to it and reload the data, it works.
Is it an issue you can fix? Thanks!

from jupyterlab_voyager.

zzhangjii avatar zzhangjii commented on May 31, 2024

Thanks for sharing the info.
I can't really change the "read" method there, but I will try some other ways to see if it can help.

from jupyterlab_voyager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.