-
**Describe the bug**
With latest v1.0.0, I changed how I import of danfojs-node at type of file to get type support.
Type support works but then dfd is undefined when I run code
```
2022-01-12 1…
-
After upgrading to version 1.0.0, the type checks I have using `instanceof Series` or `instanceof DataFrame` does not seem to work anymore. This is especially useful not only for comparing the two ag…
-
We should be able to pass a dataset to a function called `train_test_split` and get back splits of training and testing data similar to the sklearn train_test_split function [here](https://scikit-lear…
-
Hi there, thanks for creating this project and making data analysis easier in the JavaScript world.
I am cleaning up some data and would like to save the result into local file, e.g. csv format. Do…
cdjim updated
2 years ago
-
**Describe the bug**
By install danfo and tensorflow on Mac M1 processors can´t work .
Now TF fix the bug you only have to update library please.
https://github.com/tensorflow/tfjs/pull/5899
…
-
In version 1.0.0, the DataFrame.rename() mapper argument is typed as any instead of strongly typed. This caused me to completely miss the fact that the mapper argument is now outside the options argum…
-
Regarding your point on:
> Should I be using a different method just to get the single value of cell X/Y?
I think we need to add a new method for that. Something like `[iat](https://pandas.pydata…
-
Test passes locally, but fails in CI, see https://github.com/javascriptdata/danfojs/runs/4640341484?check_suite_focus=true
-
I noticed in the danfojs docs that the read_excel method only takes in a string for the file path or url. The other methods, read_csv and read_json, both can read in file objects.
Would it be poss…
-
Hello! I've noticed that the `groupby()` typings for dataframes do not follow the intended implementation of the `groupby()` function.
The documentation here:
https://github.com/opensource9ja/da…