SciNim / Datamancer

A dataframe library with a dplyr like API
https://scinim.github.io/Datamancer/datamancer.html
MIT License
130 stars 6 forks source link

Minor improvements #54

Closed Vindaar closed 1 year ago

Vindaar commented 1 year ago
* v0.3.14
- add optional ~serialize~ submodule to serialize to / from HDF5 files    
- allow tilde =~= in paths for ~readCsv~
- add ~rows~ iterator to get rows of DF as single row DF
- add ~[]~ with single int index to get single row of DF
- add ~dropNaN~ helper to remove rows of DF that contain NaNs
- minor fixes for regressions appearing in newer nim (duplicate case &
  generic type resolution issue)