isds2020 icon indicating copy to clipboard operation
isds2020 copied to clipboard

Issues regarding assignment 1, issue 4

Open Exile123 opened this issue 5 years ago • 1 comments
trafficstars

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?

Exile123 avatar Aug 13 '20 15:08 Exile123

@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) :)

jsr-p avatar Aug 13 '20 15:08 jsr-p