CDCgov / forecasttools-py

A Python package for common pre- and post-processing operations done by CFA Predict for short term forecasting, nowcasting, and scenario modeling.
Apache License 2.0
4 stars 0 forks source link

Change `csv` File Usage To `parquet` or `tsv` #23

Closed AFg6K7h4fhy2 closed 1 month ago

AFg6K7h4fhy2 commented 1 month ago

Most csv files are simply manipulated in __init__. Changing to parquet might increase speed and reduce the size of the repository but will decrease readability (the datasets are examined in the README though). Changing to tsv will enhance human readability.