RSGInc / micromobility_toolset

Micromobility Travel Modeling Toolkit
Other
3 stars 2 forks source link

Model outputs by trip type are actually csvs, not parquet files #29

Open joshua-reynolds opened 3 weeks ago

joshua-reynolds commented 3 weeks ago

The model outputs by trip type are actually csv files, despite having a parquet extension. I tried reading them into pandas using read_parquet and got the error: "Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file". The funtion, read_csv, does work. Are these outputs meant to be parquets in the end or only during processing? If not, the correct extension should be applied. Thanks!