michaelaye / nbplanetary

A nbdev-based approach to create a core library for planetarypy
https://michaelaye.github.io/nbplanetary/
MIT License
7 stars 1 forks source link

improve index import #62

Closed michaelaye closed 4 months ago

michaelaye commented 4 months ago

reading became too slow for large indexes.

Tom Ihro found out that read_csv works just fine these days (was using fwf until today).

shall implement chunked read_csv and a progress bar.