danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.

Results 165 danfojs issues
Sort by recently updated
recently updated
newest added

**Problem description** On some Dell Vostro 220 machines we found errors in the calculation in the following methods: .mul() .div() .add() .sub() When Dataframe are longer than 42 row we...

bug

**Describe the bug** Danfojs cannot be loaded in a Vitejs project. **To Reproduce** Steps to reproduce the behavior: 1. Create a new Vitejs project 2. Install danfojs as a dependency...

Browser tests are filing as the bundle file Karma tries to load is not found and frontend tests fail to even start. It looks like the issue was introduced by...

DataFrame.prototype.replace = function (oldValue, newValue, options) { var _this = this; var _a = __assign({ inplace: false }, options), columns = _a.columns, inplace = _a.inplace; if (!oldValue && typeof oldValue...

bug

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...

it seems that the mathJS version you import 9.4.4 does not specify a specific version of fraction.JS and this is causing an error with fraction.js can you please reference mathJS...

Hello, I don't know if it's a feature request or doc request... but I haven't found how to convert a Series to a DataFrame. Similar to https://pandas.pydata.org/docs/reference/api/pandas.Series.to_frame.html Kind regards

enhancement
good first issue

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

Have attempted to us the query function on a dataframe i crated from Excel file with no success. Keep getting the same error. Finally tried the simple approach of creating...

**Is your feature request related to a problem? Please describe.** A DanfoJS Series shift method seems to be missing https://pandas.pydata.org/docs/reference/api/pandas.Series.shift.html **Describe the solution you'd like** I want to convert to...

enhancement
good first issue
Some day maybe