Exercise: Visualizing Auto MPG Dataset
Explore how to visualize key relationships in the Auto MPG dataset by creating scatter, bar, and line plots using Python's Matplotlib and Seaborn. Learn to filter data by attributes like model year and manufacturer to generate insightful visual representations and deepen your data analysis skills.
We'll cover the following...
We'll cover the following...
In the challenges below, we will use the same data frame as read in from the Reading Data exercise.
Scatter plot #
Create an additional function scatter_plot that takes a data frame df ...