Learn Data Analysis with Pandas
Offered By: Codecademy
Course Description
Overview
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.
Syllabus
- Introduction to Pandas: Use Pandas to create and manipulate tables so that you can process your data faster and get your insights sooner.
- Lesson: Creating, Loading, and Selecting Data with Pandas
- Quiz: Creating, Loading, and Selecting Data with Pandas
- Lesson: Modifying DataFrames
- Quiz: Modifying DataFrames
- Project: Petal Power Inventory
- Aggregates in Pandas: Learn the basics of aggregate functions in Pandas, which let us calculate quantities that describe groups of data..
- Lesson: Aggregates in Pandas
- Quiz: Aggregates in Pandas
- Project: A/B Testing for ShoeFly.com
- Multiple Tables in Pandas: Learn how to combine information from multiple DataFrames.
- Lesson: Working with Multiple DataFrames
- Quiz: Learn Pandas: Multiple Tables Quiz
- Project: Page Visits Funnel
Taught by
Kenny Lin
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity