armgilles / vcub_keeper

Analyse de l'activité des stations Vcub dans la métropole de Bordeaux afin de détecter en amont les stations hors service
https://vcubwatcher.herokuapp.com/
MIT License
2 stars 0 forks source link

Lazy transform_json_api_bdx_station_data_to_df() #152

Closed armgilles closed 3 weeks ago

armgilles commented 1 month ago

Utilisation de LazyFrame afin d'optimiser encore les performances / mémoire des process data pour la fonction transform_json_api_bdx_station_data_to_df() and transform_json_station_data_to_df()

armgilles commented 1 month ago

Can't use upsample on lazy currently : https://github.com/pola-rs/polars/issues/14027

armgilles commented 3 weeks ago

On n'utilise pas les Expr suite à https://github.com/armgilles/vcub_keeper/issues/161