You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading and parsing say GTF-files is likely to be a lot faster in polars. We could check if polars is installed on the users machine and use it to parse gtfs instead of pandas if that is the case.
Reading and parsing say GTF-files is likely to be a lot faster in polars. We could check if polars is installed on the users machine and use it to parse gtfs instead of pandas if that is the case.