嘿,伙计们真的很困惑如何解决这个问题,尝试四处寻找。我想将选定的列保存在新的 Excel 文件中。任何帮助表示赞赏!
import pandas as pd
import numpy as np
data = pd.read_excel('C:\\Users\\me\\Downloads\\Reconcile.xlsx')
data[['batched_at', 'batch_id', 'total', 'customer_firstname', 'customer_lastname']]
data.to_excel('C:\\Users\\me\\Downloads\\Newfile.xlsx')
繁星coding
相关分类