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?

How do i drop 'id' off my scatter_matrix plot? Question 3g: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!