-
Seems the node version still has a strict dependency not a peer dependency
https://github.com/opensource9ja/danfojs/blob/849d14c8e7fa79bce4ffa9d0d177639047313520/package-config-web.txt#L108-L109
…
-
I can't seem to figure this one out. The version of Danfo that I include makes or breaks TFJS code.
I've created a reproduction of this here: https://github.com/GantMan/danfo-upgrade-issue
The…
-
this happens with any csv i've fetch
-
I've pasted this example from the README into an HTML file and tried opening it in Chrome (latest version):
```html
Document
…
-
The documentation at https://danfo.jsdata.org is a fantastic help for beginners, if only every JS library would go in to such depth. Still it seems some links still point to https://jsdata.gitbook.io/…
-
Hi i used this code example:
`
`
And get this error:
-
-
When will you be releasing the next CDN version of Danfo for web?
I am using 0.1.2 because that's the last released version. Are you interested in using upkg to automatically create CDN releases?
-
Documentation demonstrates that you need to provide the path to a CSV file, suggesting it will save the contents there.
It does not.
DOCS: https://danfo.jsdata.org/api-reference/dataframe/data…
-
I had to "yarn add @tensorflow/tfjs-node" to get the example node.js code to run