-
**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"],
});
…
-
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…
-
![image](https://user-images.githubusercontent.com/7935416/189181913-3b82d7fc-6e32-4acb-ac63-d9d1295dfdc8.png)
I get the same message in my code - any workarounds??
-
**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**
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…
-
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…
-
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
-
``npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain…
-
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…