jorisvandenbossche / DS-python-data-analysis

Data manipulation, analysis and visualisation in Python - specialist course Doctoral schools of Ghent University
https://jorisvandenbossche.github.io/DS-python-data-analysis/
BSD 3-Clause "New" or "Revised" License
104 stars 59 forks source link

Remark - case2_observation_analysis - Exercise 14 & 15 #163

Closed jonasvdd closed 2 years ago

jonasvdd commented 2 years ago

image

The exercise text mentions the number of species, however in the solution .py files the name column is used (Which is also correct as the species-name combination relationship is 1-to-1)

image

So I would propose to add either a comment to the solution code that the species column can also be used or change name column in the solution to the species column.