Code Monkey home page Code Monkey logo

Comments (6)

pckhoi avatar pckhoi commented on May 27, 2024

I think I understand the double download issue now. First download happened at

const column_names = await csvDataset.columnNames()

Then second:

await sample.forEachAsync(row => data.push(Object.values(row)))

Doesn't look very optimized.

from danfojs.

risenW avatar risenW commented on May 27, 2024

Thanks for noticing this. We are planning to change the underlying functions for reading CSV files. Currently we are using tfjs read csv function. The latest ode version introduces a generic read function for reading many tabular files. Although still in testing, we will definitely fix this in the next couple of days

from danfojs.

github-actions avatar github-actions commented on May 27, 2024

Stale issue message

from danfojs.

Devwulf avatar Devwulf commented on May 27, 2024

Any updates on this? I would love to have File object support for read_csv, especially for browsers. Selecting files using the <input ... tag returns File objects, but the read_csv currently only takes in a filePath, which doesn't make much sense for browsers. This requires the file to first be uploaded somewhere in the cloud before being able to use it for Danfo, making this feature unusable for offline web apps.

Furthermore, PapaParse already supports parsing .csv files from File objects, as documented here, so the fix for this should be fairly easy to implement.

from danfojs.

risenW avatar risenW commented on May 27, 2024

Any updates on this? I would love to have File object support for read_csv, especially for browsers. Selecting files using the <input ... tag returns File objects, but the read_csv currently only takes in a filePath, which doesn't make much sense for browsers. This requires the file to first be uploaded somewhere in the cloud before being able to use it for Danfo, making this feature unusable for offline web apps.

Furthermore, PapaParse already supports parsing .csv files from File objects, as documented here, so the fix for this should be fairly easy to implement.

Hey @Devwulf , the latest version of Danfojs supports file object. See https://danfo.jsdata.org/api-reference/input-output/danfo.read_csv

from danfojs.

Devwulf avatar Devwulf commented on May 27, 2024

Hey @Devwulf , the latest version of Danfojs supports file object. See https://danfo.jsdata.org/api-reference/input-output/danfo.read_csv

That's weird. I do have the latest version of Danfojs from npm, which is currently 0.3.3. Is that not the latest version?

Edit: I'm looking at the latest danfojs-browser source code too, the readCSV only supports filePath there: https://github.com/opensource9ja/danfojs/blob/146ba82ca723527f5c2008b5077c6a13d196e01f/danfojs-browser/src/io/io.csv.js

from danfojs.

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.