Day1---pandas基礎

問題與練習 1. 問題 【問題一】 Series和DataFrame有哪些常見屬性和方法? 對於一個Series,其中最常用的屬性爲:值(values),索引(index),名字(name),類型(dtype) 【問題二】 value_counts會統計缺失值嗎? 不會統計缺失值 【問題三】 與idxmax和nlargest功能相反的是哪兩組函數? idxmin和nsmallest 【問題四】 在
相關文章
相關標籤/搜索