python读取文件的时候弹出推断datetime的未来警告,求教如何解决
online_raw = pd.read_excel('源数据.xlsx', sheet_name="上线表")弹出以下警告:
FutureWarning: Inferring datetime64 from data containing strings is deprecated and will be removed in a future version. To retain the old behavior explicitly pass Series(data, dtype={value.dtype})
online_raw = pd.read_excel(r'\\10.227.53.149\Users\源数据.xlsx', sheet_name="上线表")
但是我反复检查,这张数据表里的日期都是显式的,不存在字符串,所以问题到底是怎么导致的呢
不知道论坛怎么发图片,涉及到日期的部分数据如下:
上线日期 结算月份
0 2021-09-272021-09-01
1 2021-10-132021-10-01
2 2021-10-192021-10-01
3 2021-11-292021-11-01
4 2021-11-232021-11-01
... ... ...
159 2022-01-31 2022-01-01
160 2022-02-04 2022-02-01
161 2022-02-08 2022-02-01
162 2022-02-12 2022-02-01
163 2022-02-19 2022-02-01
页:
[1]