-
Hello everyone,
I'm experiencing what I believe is a bug, but since I'm a Javascript newbie, it could be me...
I'm trying to pull out row by row from a dataframe, after having populated it from a …
-
i use the example of dfd.read_excel but ...
**Screenshots**
![image](https://user-images.githubusercontent.com/7701597/126285612-02f661ff-911c-460f-9832-8a1c07ea3db2.png)
here is the source
**Scre…
-
Using the get started query example
[https://danfo.jsdata.org/api-reference/dataframe/danfo.dataframe.query](url)
```
let data = {"A": [30, 1, 2, 3],
"B": [34, 4, 5, 6],
"…
-
I created a dataframe with a column called **'raw_timestamp'**. Then I derived two additional columns out of it, **'raw_data'** and **'raw_time'** in the following way:
`df = new dfd.DataFrame(raw_da…
-
Hi - I am trying to use **danfojs-node** within CustomJS using require as shown below but running into an error. Do you have any suggestions on how to get this working?
```
callback = CustomJS(arg…
-
**Describe the bug**
`Series.mul(-1)` rounds floats to the nearest integer when run on a Series with leading zeros (more than 10).
More generally, Series with more than 10 leading zeros are incorrec…
-
**Describe the bug**
I am trying to read a .xlsx file, then drop three columns, and then rename the remaining columns.
If i remove the code for dropping, renaming works just fine, and if i remove …
-
Hello,
I need to be able to convert an Excel into a dfd.DataFrame. I've been able to read an excel and print it but "df" seems to be a void type and not DataFrame.
If anyone knows how t…
-
-
Hello!
I have a few quick questions!
Are there any performance benchmarks of danfo.js? I am trying to decide if Danfo would be faster than vanilla JS operations for groupings, getting distinct v…