python处理excel表格文件|python处理数据分析|实例10:时间转换(格式转为秒数)
摘要:
import pandas as pd import re time_1 = pd.read_excel(r'C:\Users\54512\Desktop\拨打时间转换.xlsx') "def time_to_format(seconds): day = int(seconds//86400) ho 阅读全文
posted @ 2022-07-24 19:35 梁必得 阅读(466) 评论(0) 推荐(0) 编辑