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
Video: Introduction to Python for AI course
Complete
Read and practice the following Notebooks in Jupyter
- Using the repository you created and cloned in Module 1, work through the notebook 02_data_analysis_pandas.ipynb.
- Stuck or need to see this in action? Watch the Data Analysis with Pandas Walkthrough video.
Want more?
For additional practice with data visualization, complete the optional notebook 04_more_data_visualization.ipynb.