data-engineering-zoomcamp icon indicating copy to clipboard operation
data-engineering-zoomcamp copied to clipboard

Added code to work with .parquet files

Open thebadcoder96 opened this issue 1 year ago • 0 comments

I added 2 files data-loading-parquet.ipynb and data-loading-parquet.py that deal with .parquet files for the NY taxi data (in case anyone wants to use the newer data). The lookup zones table is still a CSV file so I wrote the code to handle both csv and parquet files. Hopefully, this will be of use!

Also updated the readme file mentioning the above.

thebadcoder96 avatar Dec 18 '23 18:12 thebadcoder96