Pandas

What is Pandas?

  • Pandas is a python package library designed to streamline data analysis. It is the gold standard for working with data in python.

  • It is built upon another package in python called [numpy], which is where this library gets most of its power.

What can you do with Pandas?

  • Here’s a brief list:

    • Data Cleaning

    • Data Visualization

    • Statistical Analysis

    • Merging and Joining

    • Loading and Saving Data in all common formats (CSV, JSON, SQL, markdown)

Getting Started