You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
samuel-lyu
changed the title
多线程频繁进行ts pro初始化概率返回EmptyDataError,建议pandas操作文件能够主动关闭文件句柄
多线程频繁进行ts pro初始化概率返回EmptyDataError,建议pandas操作文件能够主动释放文件句柄
Jan 22, 2024
当频繁多线程操作时,存在一定概率消耗完句柄返回异常:pandas.errors.EmptyDataError: No columns to parse from file
建议upass模块中to_csv和read_csv操作建议增加文件with上下文管理主动关闭句柄
例如:
The text was updated successfully, but these errors were encountered: