HamoyeHQ / stage-f-06-wine-tasting

This is an open source project for the stage E of the Hamoye Data Science Internship program, cohort 2020, with real life applications in the health, engineering, demography, education and technology.
4 stars 17 forks source link

Read in the zipped dataset using only pandas #28

Closed Jolomi-Tosanwumi closed 3 years ago

Jolomi-Tosanwumi commented 3 years ago

I loaded in the zipped top_40_varieties dataset using only pandas. I initially used requests, io, and zipfile libraries but have found out that pandas can do unzipping before reading csv files. So, no need to use requests, io, and zipfile libraries again.

Find the notebook here