LukasHedegaard / datasetops

Fluent dataset operations, compatible with your favorite libraries
https://datasetops.readthedocs.io
MIT License
10 stars 1 forks source link

Feature/dataset composition #6

Closed LukasHedegaard closed 4 years ago

LukasHedegaard commented 4 years ago

Added functions for dataset composition: zip, concat, cartesian product

Added a few more general dataset functions: take, repeat, reorder

LukasHedegaard commented 4 years ago

Closing pull request, but opening new one with additional features added