gpt4 book ai didi

python - pandas.Int64Index 修复 FutureWarning

转载 作者:行者123 更新时间:2023-12-04 19:45:20 25 4
gpt4 key购买 nike

刚刚为我从 excel 加载的数据框收到了这个新警告。
我知道如果我要 pd.DataFrame 我可以设置索引,但我不清楚从文件加载时如何设置数据帧索引类型。
C:\python\python38\lib\site-packages\geopandas\io\file.py:362: FutureWarning: pandas.Int64Index 已弃用,将在 future 版本中从 pandas 中删除。改为使用具有适当 dtype 的 pandas.Index。
类摘录:

xls = pd.ExcelFile('C:/QGISwork/generic_templates/fielddbtemplate_db.xlsx')
self.header = xls.parse('generic', header = None)
self.df = xls.parse('generic', skiprows=4, index_col=0, na_values=['NA'])

最佳答案

我在本地机器上训练 XGBoostClassifier 时遇到了同样的问题。
据此link , 我从 1.5.1 升级了我的 XGBoost 版本至1.6.1所有这些警告都消失了。
要升级版本,您首先需要使用卸载当前的 XGBoost 包

pip3 uninstall xgboost


接下来,使用重新安装 XGBoost

pip3 install xgboost

关于python - pandas.Int64Index 修复 FutureWarning,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71083866/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com