InterviewSolution
Saved Bookmarks
| 1. |
You can create a scatter plot matrix using the __________ method in pandas.tools.plotting.(a) sca_matrix(b) scatter_matrix(c) DataFrame.plot(d) all of the mentionedI got this question in exam.The query is from Plotting in Python in section Data Analysis with Python of Data Science |
|
Answer» The correct OPTION is (B) scatter_matrix |
|