Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn the basics of Pandas, an industry standard Python library that provides tools for data manipulation and analysis.
### Why Learn Pandas?
Pandas provides tools for working with tabular data, i.e. data that is organized into tables that have rows and columns. Tabular data has a lot of the same functionality as SQL or Excel, but Pandas adds the power of Python.
### Take-Away Skills:
After learning Pandas, you’ll be able to ingest, clean, and aggregate large quantities of data, and then use that data with other Python modules like Scipy (for statistical analysis) or Matplotlib (for visualization).
This course will cover how to create Pandas DataFrames, calculate aggregates, and merge multiple tables.
### Why Learn Pandas?
Pandas provides tools for working with tabular data, i.e. data that is organized into tables that have rows and columns. Tabular data has a lot of the same functionality as SQL or Excel, but Pandas adds the power of Python.
### Take-Away Skills:
After learning Pandas, you’ll be able to ingest, clean, and aggregate large quantities of data, and then use that data with other Python modules like Scipy (for statistical analysis) or Matplotlib (for visualization).
This course will cover how to create Pandas DataFrames, calculate aggregates, and merge multiple tables.