Search⌘ K
AI Features

Scatter Plot

Explore how to create scatter plots using Pandas to visualize relationships between continuous variables like cost and price. Understand how to customize plots by adjusting axis limits and adding grid lines. This lesson helps you perform exploratory data analysis and identify correlations and outliers to better prepare datasets for machine learning.

Visualizing the relationship between variables

Scatter plots are mainly used to represent the relationship between two continuous variables. It provides an overview of the correlation between two variables (i.e. columns). We will use the sales in this ...