摘要: df.to_csv('表名.csv',index = False,encoding='utf-8-sig') 阅读全文
posted @ 2022-02-12 16:02 CodeYaSuo 阅读(174) 评论(0) 推荐(0) 编辑
摘要: now_time = datetime.now().isoformat(sep = ' ',timespec='seconds') 阅读全文
posted @ 2022-02-12 16:01 CodeYaSuo 阅读(110) 评论(0) 推荐(0) 编辑
摘要: json.dumps(字典,ensure_ascii=False) 阅读全文
posted @ 2022-02-12 16:00 CodeYaSuo 阅读(47) 评论(0) 推荐(0) 编辑
摘要: import warnings warnings.filterwarnings('ignore') 阅读全文
posted @ 2022-02-12 15:59 CodeYaSuo 阅读(27) 评论(0) 推荐(0) 编辑