Open source data analysis library for providing easy-to-use data structures and data analysis tools
Introduction to Pandas

This introduction to pandas is derived from Data School's pandas Q&A with my own notes and code.

Introduction to Pandas

What is pandas?

  • It's an open source data analysis library for providing easy-to-use data structures and data analysis tools

Benefits of pandas

  • A lot of functionality
  • Active community
  • Extensive documentation
  • Plays well with other packages
    • Built on top of NumPy
    • Works well with scikit-learn

Useful links

Tags: pandas