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.
Questo esercizio fa parte del corso
Introduction to Data Science in Python
Esercizio pratico interattivo
Prova a risolvere questo esercizio completando il codice di esempio.
# Use info() to inspect mpr
print(mpr.____)