-
Hi i think this can be useful for many reasons. Thanks!!
-
After installing npm warns of security issue.
`npm audit` reports:
> # npm audit report
axios
-
**Is your feature request related to a problem? Please describe.**
Given the example in the documentation:
```
const dfd = require("danfojs-node")
let data = {"A": [-20.1, 30, 47.3, -20],
…
-
**Describe the bug**
Table with plotly is not getting plotted.
**To Reproduce**
https://codepen.io/govindatotlaisasd/pen/wvJpYxo
**Expected behavior**
https://danfo.jsdata.org/api-reference/p…
-
According to https://js.tensorflow.org/api/latest/#data.csv `csvConfig.columnConfigs[columnHeader].dtype` can be any value of `int32, float32, bool, or string`
However, this switch clause https://g…
-
1. Code example from https://danfo.jsdata.org/api-reference/dataframe/dataframe.to_json is not working, as there is an extra (fourth) value in "Count" column
2. Taking code example from https://da…
-
Hi, Team
When I try using Vue(V2) and danfojs.
I allways get the error
"Module parse failed: Unexpected token (17:9)
You may need an appropriate loader to handle this file type, currently no lo…
-
`const dfd = require("danfojs-node");
json_data = [
{ A: 0.4612, B: 4.28283, C: -1.509, D: -1.1352 },
{ A: 0.5112, B: -0.22863, C: -3.39059, D: 1.1632 },
{ A: 0.6911, B: -0.82863, C: -…
-
```
./node_modules/danfojs/src/index.js 16:9
Module parse failed: Unexpected token (16:9)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additi…
-
**Describe the bug**
The output after slicing does not match the expectation
**To Reproduce**
Steps to reproduce the behavior:
```javascript
const dfd = require('danfojs-node')
let data …