python pandas經常使用功能和dataFrame數據篩選方法記錄

Pandas一些經常使用功能:python # 合併dataFrame並重置index pd.concat([df1, df2], ignore_index=True) # 讀pickle文件,指定壓縮 df = pd.read_pickle("/xxx/df.pkl", compression='gzip') # 去重 df.drop_duplicates() # 輸出到excel、pickle
相關文章
相關標籤/搜索