-
diff and pctChange features added in https://github.com/javascriptdata/danfojs/pull/418 https://github.com/javascriptdata/danfojs/pull/414 only extend to DataFrames. Currently unable to apply to a sin…
-
**Describe the bug**
I'm trying to transform a column of a DataFrame:
```javascript
import dfd from "danfojs-node";
const df = new dfd.DataFrame({
a: [1, 2, 3],
b: ["a", "b", "c"],
});
…
-
Is the lib still being maintained? It looks so promising, but with so many pending PRs and open issues I'm wondering if the project is abandoned.
-
**Is your feature request related to a problem? Please describe.**
I am unclear on the recommended way of type narrowing a `dfd.Series ❘ dfd.DataFrame` object to a `dfd.DataFrame`
**Describe t…
-
**Describe the bug**
Sorting seems to break when there's a NaN value in the series
**Expected behavior**
Values should be sorted in ascending order
**Screenshots**
![image](https://github.com…
-
Hello,
it would be nice to add a `transpose` method to DanfoJS DataFrame similar to https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.transpose.html
Kind regards
-
Ref https://github.com/javascriptdata/danfojs/issues/593
**Describe the bug**
Column is not being pulled through into dataframe
When uploading an excel which has the topmost row empty for a given…
-
**Describe the bug**
Neither Series nor DataFrame's `replace()` function accept falsy string or number values as a parameter for `oldValue` or `newValue`. This does not apply to booleans.
**To Re…
-
Danfojs seem to be unable recognizing 'NA' as 'Not Available' in CSVs. This is problematic because doing operations with fillNa or dropNa will not filter out those values. What is more baffling is tha…
-
[file.csv](https://github.com/javascriptdata/danfojs/files/10344946/file.csv)
```typescript
import { readCSV } from 'danfojs-node';
const ndf = await readCSV('/Users/ellison/Desktop/file.cs…