《python數據分析與應用》第五章:使用pandas進行數據預處理

5.1 合併數據 5.1.1 堆疊合並數據 1.橫向堆疊:concat函數,axis=1 2.縱向堆疊:concat函數,axis=0 或 append函數 5.1.2 主鍵合併數據:merge函數 和 join方法 5.1.3 重疊合並數據:combine_first方法 5.1.4 任務實現 5.2 清洗數據 5.2.1 檢測與處理重複值 1.記錄重複:list、set、drop_duplic
相關文章
相關標籤/搜索