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

Bind `items` for sets, fix ref issue for `filter` with constant columns #42

Closed Vindaar closed 1 year ago

Vindaar commented 1 year ago

Two minor fixes:

* v0.3.5
- fix reference semantics bugs for constant columns for =filter= calls
- fix issue with =gather= in files that do not import =sets= by
  binding the =items= iterator in the scope

The latter fixes the issue raised in https://github.com/SciNim/getting-started/pull/49 and https://github.com/SciNim/getting-started/pull/50.

pietroppeter commented 1 year ago

TIL about this usage of bind: bind sets.items! nice!