-
I Just tried to use the examples given in the site
link : https://danfo.jsdata.org/api-reference/groupby/groupby.get_groups
When I try to run it it says,
grp.get_groups(["foo"]).print()
…
-
I'm reading a csv file into a data frame. One of the columns is a date and Danfo is automatically reading and transforming it into datetime format; however I'd like to mantain the date as a string, ho…
-
**Describe the bug**
example code
`
const dfd = require('danfojs-node');
console.log(dfd)
`
**To Reproduce**
execute the above code, then fish output error: `fish: Job 1, 'node test.js' te…
-
**Describe the bug**
Similar to #425 getting the following error:
```
❯ node script.js
zsh: illegal hardware instruction node script.js
```
**To Reproduce**
Steps to reproduce the beha…
-
I'm following this example in the documentation for `groupby.get_groups` with danfojs: 1.1.1 and danfojs-node:1.1.1:
```js
const dfd = require("danfojs-node")
let data ={'A': ['foo', 'bar', 'foo…
-
Hello, I'm new to using Danfo.js, which is quite impressive. I'm hoping that I'm so new that I simply don't know how to do what I'm trying to do, but it appears that the functionality isn't there (aft…
-
**Node-version:14.5.0
Dependencies attached in screenshot**
Hi,
i am using danfojs in React Application like so :
```
var dfd = require('danfojs');
const { sheetData } = useContext(…
-
I have added the package to my node.js/typescript application. The package.json file shows ```"danfojs-node": "^1.0.2"```.
When I try to build the app using ```npm run build```, I get 139 errors. T…
-
**Is your feature request related to a problem? Please describe.**
I'm looking for using Danfojs in my react native app. But certain modules used by Danfojs, for ex, fs are not compatible with React …
-
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/…