More column selection mistakes
Another junior detective is examining a DataFrame of Missing Puppy Reports. He's made some mistakes that cause the code to fail.
The pandas module has been loaded under the alias pd, and the DataFrame is called mpr.
Cette activité fait partie du cours
Introduction to Data Science in Python
Exercice interactif pratique
Essayez cet exercice en complétant ce code d’exemple.
# Use info() to inspect mpr
print(mpr.____)