data-engineering-zoomcamp
data-engineering-zoomcamp copied to clipboard
Added code to work with .parquet files
I had to close PR #394
Added 2 files data-loading-parquet.ipynb and data-loading-parquet.py that deal with .parquet files (in case anyone wants to use the newer data). The lookup zones table is a CSV file so I wrote the code to handle both .csv and .parquet files. Hopefully, this will be of use!
Updated the readme file mentioning the above.