随笔分类 -  pandas

摘要:一、代码 import os import pandas as pd class PathError(BaseException): def __init__(self, error): self.error = error class ReadError(BaseException): def _ 阅读全文
posted @ 2020-03-27 14:04 Maple_feng 阅读(897) 评论(0) 推荐(0) 编辑
摘要:一、代码 import pandas as pd import os class ExcelColumn(object): def __init__(self, path, columns=None, converters=None): self.path = path self.columns = 阅读全文
posted @ 2020-03-27 13:02 Maple_feng 阅读(763) 评论(0) 推荐(0) 编辑
摘要:一、代码 import xlwings as xw import pandas as pd xl_path=r'***' df_path=r'***' df=pd.read_excel(df_path) app=xw.App(visible=False,add_book=False) #不弹出提示窗 阅读全文
posted @ 2019-12-18 19:08 Maple_feng 阅读(6516) 评论(0) 推荐(0) 编辑
摘要:一、基本使用方法 阅读全文
posted @ 2019-02-16 21:18 Maple_feng 阅读(328) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示