shufinskiy / nba_data

NBA play-by-play data from stats.nba.com, data.nba.com, pbpstats.com, and also shots information with season 1996/97
Apache License 2.0
56 stars 7 forks source link

Use parquet files instead of csvs #7

Open abhiaagarwal opened 2 months ago

abhiaagarwal commented 2 months ago

Hey there,

Thanks for the great resource. The files are huge, and for good reason — but they're also stored as CSVs. Would it be possible to instead store the files as parquet? This will enable less bandwidth usage, storage space, and also has the schema defined inside the file format for ease of use. I can submit a PR if you're interested :)