Data wrangling with Python banner

Artificial intelligence is powered by data! Learning to work with various data formats and explore your data is the first step to learning how to apply AI tools to learn from your data. The Pandas library provides an extensive set of tools for working with data, particularly data in tables. This module will teach you the basics of Pandas and working with tabular data.

Visualizing your data is one way of learning about it. While there are many more powerful visualization tools, Pandas has several easy-to-use tools to make quick work of data exploration.

Topics

  • Data Analysis with Pandas
  • Data Visualization

Objectives

By the end of this module, students will be able to:

  • Manipulate and visualize data using Pandas

Watch

Thumbnail screenshot of a Practicum AI video Video: Pandas Dataframe

Thumbnail screenshot of a Practicum AI video Video: Introduction to Python for AI course

Complete

Read and practice the following Notebooks in Jupyter

Want more?

For additional practice with data visualization, complete the optional notebook 04_more_data_visualization.ipynb.

Continue to Module 3.