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.
Deze oefening maakt deel uit van de cursus
Introduction to Data Science in Python
Praktische interactieve oefening
Probeer deze oefening eens door deze voorbeeldcode in te vullen.
# Use info() to inspect mpr
print(mpr.____)