Real Python: Quiz: The pandas DataFrame: Make Working With Data Delightful

https://realpython.com/static/real-python-placeholder-3.5082db8a1a4d.jpg

In this quiz, you’ll test your understanding of the
pandas DataFrame.

By working through this quiz, you’ll review how to create pandas DataFrames, access and modify columns, insert and sort data, extract values as NumPy arrays, and how pandas handles missing data.


[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]

Planet Python