Python去除UserWarning: Data Validation extension is not supported and will be removed warn(msg)警告信息
摘要:
# 忽略UserWarning: Data Validation extension的警告(Excel读取时出现)warnings.simplefilter(action='ignore', category=UserWarning) 阅读全文
posted @ 2024-07-28 16:37 GoGrid 阅读(140) 评论(0) 推荐(0) 编辑