root-11 / tablite

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

get_header fixes #140

Closed realratchet closed 8 months ago

realratchet commented 8 months ago

Get headers used different method for fetching text file headers which caused mismatches at times, uses same algo as nim text importer now.

Added support for ods get_header.

Removed xls file from data files because we do not support xls files anyway.