Hello,
I believe I spotted an error in the description of tasks in the code challenge for Tidy Data in Python.
I believe the last portion should state " Lastly, sort the columns of the data set to be Country
, Feature
, and then Observation
and print the data set."
Ans that the instruction sort is missing in the sentence though indicated in he challenge.
Thanks!