Pandas provides fast, flexible, and expressive data structures that have been designed to make working with relational or “labeled” data not only easy, but also intuitive. It’s the fundamental high-level building block for doing practical and real-world data analysis in Python.
What you'll learn
- Create and explore the fundamental data structures of the pandas library
- Use labels and indices to narrow data
- Use common DataFrame exploration techniques
- Recognize the importance of performing vectorized operations in place