Data Manipulation with pandas

Go to class
Write Review

Free Online Course: Data Manipulation with pandas provided by DataCamp is a comprehensive online course, which lasts for 4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from DataCamp. Data Manipulation with pandas is taught by Richie Cotton and Maggie Matsui.

Overview
  • Use the world’s most popular Python data science package to manipulate data and calculate summary statistics.

    pandas is the world's most popular Python library, used for everything from data manipulation to data analysis. In this course, you'll learn how to manipulate DataFrames, as you extract, filter, and transform real-world datasets for analysis. Using pandas you’ll explore all the core data science concepts. Using real-world data, including Walmart sales figures and global temperature time series, you’ll learn how to import, clean, calculate statistics, and create visualizations—using pandas to add to the power of Python!

Syllabus
  • Transforming DataFrames
    -Let’s master the pandas basics. Learn how to inspect DataFrames and perform fundamental manipulations, including sorting rows, subsetting, and adding new columns.

    Aggregating DataFrames
    -In this chapter, you’ll calculate summary statistics on DataFrame columns, and master grouped summary statistics and pivot tables.

    Slicing and Indexing DataFrames
    -Indexes are supercharged row and column names. Learn how they can be combined with slicing for powerful DataFrame subsetting.

    Creating and Visualizing DataFrames
    -Learn to visualize the contents of your DataFrames, handle missing data values, and import data from and export data to CSV files.