danfojs
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.
Allow to add or edit column by a number or string Allow to shift left or right for a Series Support rolling with sum, mean, max, min, any (any value...
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 column, that column will...
**Describe the bug** When using `readCSV` and `readExcel`, with a CSV file that contains zero-leading numbers, the leading zeros are not preserved even after setting dtypes to `string` **To Reproduce**...
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.
**Describe the bug** Loaded data columns are able to overwrite DataFrame's functions. When data where a column labeled`sum` is loaded, `.sum()` throws `TypeError: df.sum is not a function`. Function causing...
Some troubling notices for this package on [socket.dev](https://socket.dev/npm/package/danfojs-node). Worth investigating because high scores and no (or lightly severe) notices make it easier to push for adoption of this package.
This merge request adds a new [duplicated()] method to the DataFrame class that identifies duplicate rows within a DataFrame. This functionality is essential for data cleaning and exploration workflows. Resolve...
Fix: Consistent column order for DataFrame from objects (#556, #641) Addresses issue #556, #641. DataFrame creation from objects now preserves consistent column order. **Changes:** Modified `loadObjectIntoNdframe` in `src/danfojs-base/core/generic.ts`. Reads column...
**Is your feature request related to a problem? Please describe.** Currently, Danfo.js does not have a method to identify duplicate rows in a DataFrame, which is a common data manipulation...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1. Commits 9b77436 6.6.1 04cb6f5 Merge commit from fork b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros 3e46a48 6.5.7 accb61e lib: DER signature...