jsdataframe
Version:
a data frame library inspired by R and Python Pandas
19 lines (12 loc) • 512 B
Markdown
## 0.2.0
* Implement `df.melt` and `df.pivot` for reshaping data frames
* Implement `vector.pack`, `df.pack`, and `jd.unpack` for JSON serialization
* Implement set operations for vectors (union, intersect, setdiff)
* Implement `vector.indexOf` and `df.locAt` for efficient single-element lookup
* Implement `df.mapRowDfs` to map over rows as 1-row data frames
## 0.1.1
* Add `jd.version` property
* Move polyfills to top of script
* Fix printing bug involving old 'rngCat' code
## 0.1.0
* Initial version