pandas快速處理Excel,替換Nan,轉字典

pandas快速處理Excel,替換Nan,轉字典 pandas讀取Excel 刪除指定列 替換列名 替換 Nan 官方對 inplace 的解釋 全列輸出不隱藏 將Excel轉換爲字典 所有代碼 pandas讀取Excel import pandas as pd # 參數1:文件路徑,參數2:sheet名 pf = pd.read_excel(path, sheet_name='sheet1')
相關文章
相關標籤/搜索