abjer / isds2020

Introduction to Social Data Science 2020 - a summer school course abjer.github.io/isds2020
58 stars 92 forks source link

Issues regarding assignment 1, issue 4 #33

Open Exile123 opened 3 years ago

Exile123 commented 3 years ago

When running the load_weather function it throws KeyError: 'obs_type'. The rename function doesn't seem to run.

Do you have any solutions to this?

jsr-p commented 3 years ago

@Exile123 , try to change the column names from integers to strings, i.e. '0' instead of 0 etc. (as the function in the assignment text does) :)