valentineap / ComputationalGeoscienceCourse

Materials for an introductory course in Python programming for geoscientists
7 stars 1 forks source link

Pandas prac #19

Closed valentineap closed 6 years ago

valentineap commented 6 years ago

@oscarbranson has kindly produced a panda-themed... errr, pandas themed exercise.

https://github.com/valentineap/ComputationalGeoscienceCourse/tree/master/Practicals/Exercise%2014%20-%20Pandas

I have left Oscar's solution code in the notebook for now; this will need to be deleted before it goes to the students. However since time is short I'm sure people will be glad not to have to think too hard.

Assigning to everyone at once -- I don't expect us to have time to fully review and test everything at this point, but if we can get at least one other set of eyes over everything that would be most useful.

charlesll commented 6 years ago

Nice, complete, I just added a hint for reading excel spreadsheets: installing xlrd is necessary.

I did not remove the solutions, @rmcgirr94 can you do it after final review?

oscarbranson commented 6 years ago

Just added some tips on label names. (4c1c5b6)

rebecca-mcgirr commented 6 years ago

Looks good, will close this issue as we've all had a look