Q26
What Python method is used to calculate the correlation matrix for a DataFrame, showing the relationships between numerical columns?
A.
groupby()
B.
describe()
C.
pivot_table()
D.
corr()
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board