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.
Latihan ini adalah bagian dari kursus
Introduction to Data Science in Python
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
# Use info() to inspect mpr
print(mpr.____)