1 . DataFrame.reset_index 2. 交叉驗證 3.多分類DataFrame 返回最大值索引 4.刪除缺失值 5.某一列值的個數 6.切分

DataFrame.reset_index(level=None, drop=False, inplace=False, col_level=0, col_fill='') 重新設計索引,將原來的索引轉換成列,放入表格。   內部參數drop=True  :   刪掉原來的索引。 交叉驗證 將DataFrame指定列排序 多分類DataFrame 返回最大值索引 刪除缺失值 某一列值的個數 按符號
相關文章
相關標籤/搜索