root-11 / tablite

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

Added column selector #126

Closed realratchet closed 9 months ago

realratchet commented 9 months ago

Implemented column selector in tablite which is implemented using nim backend. This includes importing numpy pages. First column selector splits the table into tasks using nim backend and retrieves the task list into python context, from where the TaskManager context is used to perform those tasks again in nim backend.