the-magnificents / 04-02-2021-Carpentry-for-HGIS

A carpentry workshop focused on Digital Humanities audience that works with Geospatial Data.
Other
2 stars 3 forks source link

04-02-2021-Carpentry-for-HGIS/02_Day_2_Python_GIS/exercise/B1_Exercise #67

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Reading data with pandas — Python essentials for GIS learners

https://the-magnificents.github.io/04-02-2021-Carpentry-for-HGIS/02_Day_2_Python_GIS/exercise/B1_Exercise.html

cforgaci commented 3 years ago

Where can I find the file gapminder_gdp_oceania.csv?

jurra commented 3 years ago

Hello everyone please unzip the folder with these data files, and put it inside the data folder, sorry for missing this step. data_gapminder.zip

cforgaci commented 3 years ago

It worked. After unzipping it in the data/ folder, I modified the path from the assignment to:

data = pd.read_csv('data/data_gapminder/gapminder_gdp_oceania.csv')
cforgaci commented 3 years ago

For both 1 and 2 in the second exercise, a second method (shown on this page) added at the end will make the output more readable.

ThoTUM86 commented 3 years ago

:)