Question: How do i drop 'id' off my scatter_matrix plot? Question 3g: Plot the data using the pandas scatter_matrix function. Only plot the age , steps,
How do i drop 'id' off my scatter_matrix plot?

Question 3g: Plot the data using the pandas scatter_matrix function. Only plot the age , steps, and income columns. Note: Including the parameter: figsize = (8, 6) will increase the size of the plot for easier viewing In [168]: # YOUR CODE HERE pd.plotting.scatter_matrix(df, alpha=0.2, figsize = (8, 6)) f4 = plt.gcf age income steps 500000 Question 3g: Plot the data using the pandas scatter_matrix function. Only plot the age , steps, and income columns. Note: Including the parameter: figsize = (8, 6) will increase the size of the plot for easier viewing In [168]: # YOUR CODE HERE pd.plotting.scatter_matrix(df, alpha=0.2, figsize = (8, 6)) f4 = plt.gcf age income steps 500000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
