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)
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.
The exercise text mentions the number of
species
, however in the solution.py
files thename
column is used (Which is also correct as thespecies-name
combination relationship is 1-to-1)So I would propose to add either a comment to the solution code that the
species
column can also be used or changename
column in the solution to thespecies
column.