janboone / applied-economics

course material for the course applied economics
17 stars 21 forks source link

.parquet files instead of .csv #50

Closed Cagil-kazancioglu closed 2 years ago

Cagil-kazancioglu commented 2 years ago

Hello, for the python assignment we've downloaded data from an external site Kaggle, the data we have are all .parquet files instead of the regular csv. Works great with the code we have, just wanted to make sure if it's okay to use such files that are not UTF--8 encoded.

janboone commented 2 years ago

the encoding of datafiles is not an issue.