题目
题目

ACCN-3290-02Sp25 Week 2 Quiz

单项选择题

In pandas, which function is used to calculate the correlation between columns in DataFrame df?

选项
A.df.corr()
B.df.std()
C.df.correlation()
D.df.regression()
查看解析

查看解析

标准答案
Please login to view
思路分析
When assessing which pandas function computes correlations between columns in a DataFrame, we need to match the operation to the appropriate built-in method. Option 1: 'df.corr()' — This is the standard pandas DataFrame method to compute pairwise correlation of columns, returning a correlation matrix. It ......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!