7. 參考附圖,Python 語言中,關於 pandas 套件,下列敘述何者正確?
(A) type(df)的結果會顯示 pandas.core.series.Series
(B) df.summary()的結果會顯示 count, mean, std 等統計值
(C) df.values 的結果會取出 df 資料物件的指標
(D) df.sort_values(by='C')的結果是依照 C 欄數值大小,由小至大排序 整個表格
答案:登入後查看
統計: A(0), B(2), C(1), D(6), E(0) #3219191
統計: A(0), B(2), C(1), D(6), E(0) #3219191