-
I am trying to install DanfoJS on **windows 10** using below command:
```
npm install danfojs-node
```
but I get following error when I run ```npm start```
> Error: The Node.js native addon mo…
-
Joining with `dfd.merge` two dataframes fails whenever the left dataframe has more rows than the right dataframe (no matter if you do a left, right, inner or outer join).
Similarly, the output of a…
-
For some reason I cannot call ```min(), mean()``` on a Series but I can call ```max() and mode()```. See code below ( from the get started example) [https://danfo.jsdata.org/api-reference/series/serie…
-
I am trying to install DanfoJS on **windows 10** using below command:
```
npm install danfojs-node
```
but I get following error when I run ```npm start```
> Error: The Node.js native addon mo…
-
With pandas, we can pass a relative filepath into `read_csv`.
For example:
```python
pd.read_csv('data.csv')
```
Or:
```python
pd.read_csv("../data_folder/data.csv")
```
The paths a…
-
I've found that, when plotting tables, `header_style` will be overwritten by `cell_style`
As you can see in the image below, the headers should be `#333` but instead are overridden by the cell styl…
-
This could very well be user error but it would be great if someone could either validate that something has gone terribly wrong or not.
Using proxmox container image: ubuntu-20.04-standard_20.04-1…
-
Running Win10 Pro, node v14.13.0, danfojs-node@0.1.5
I think there are errors in this file (@tensorflow/tfjs-node/dist/nodejs_kernel_backend.js). I made some changes as shown below (as there is app…
-
Hello,
If you have a dataframe that contains strings, then you cannot sort it. So I tried to use the label encoder and create a new column filled with the encoded labels. If you sort on the enc…
-
I get HTTP 404 when trying to access the documentation at https://jsdata.gitbook.io/danfojs/
Not sure if that's just me. Is there a mirror somewhere or a downloadable version?
sorig updated
4 years ago