摘要: 用pandas读入文件,时间格式是CST 想转为标准的年月日格式 代码: def cst_to_str(cstTime): tempTime = time.strptime(cstTime,'%a %b %d %H:%M:%S CST %Y') resTime = time.strftime('%Y 阅读全文
posted @ 2018-07-31 14:54 mumuxi 阅读(1419) 评论(0) 推荐(0)