Creating plots with pandas
Creating plots with pandas Data Science Project
Intro to Pandas for Data Analysis

Creating plots with pandas

In this project you'll learn the basics of plotting with Pandas and Matplotlib. You'll see how simple it is to create quick visualizations from your DataFrame column (or multiple columns). You'll learn about line plots, histograms, box plots, etc.

Project Activities

All our Data Science projects include bite-sized activities to test your knowledge and practice in an environment with constant feedback.

All our activities include solutions with explanations on how they work and why we chose them.

multiplechoice

What method should we use to create a quick plot on pandas?

multiplechoice

Which of the following sentences is correct?

multiplechoice

What can you see on the scatter plot?

multiplechoice

What is the difference between a histogram and a kernel density estimation (KDE)?

multiplechoice

Area charts could be used to replace...

multiplechoice

What type of plot we can use to display distribution of data?

multiplechoice

What elements of a chart can be customized?

Creating plots with pandasCreating plots with pandas
Author

Matias Caputti

This project is part of

Intro to Pandas for Data Analysis

Explore other projects