摘要: 一、数据列转行 import pandas as pd # 导入 pandas 库 def pivot_excel_data(input_file, output_file): """ 将 Excel 文件中的数据行转换为列,并保存为新的 Excel 文件 Parameters: input_fil 阅读全文
posted @ 2024-03-29 17:48 悬崖上的金鱼 阅读(487) 评论(0) 推荐(0)