root-11 / tablite

multiprocessing enabled out-of-memory data analysis library for tabular data.
MIT License
37 stars 8 forks source link

Column selector API update #147

Closed realratchet closed 8 months ago

realratchet commented 8 months ago

Some internal API changes for column selector to allow passing through custom page iterator. Needed for some functionality that is not part of tablite.

Also fix for column selector pbar overflow.