gpt4 book ai didi

python seaborn FutureWarning - 不显示情节

转载 作者:太空宇宙 更新时间:2023-11-04 08:38:04 28 4
gpt4 key购买 nike

我在 Anaconda 上运行 python 3.6.1。每当我尝试使用 seaborn 绘图时,我都会收到以下警告。

C:\Anaconda3\lib\site-packages\seaborn\categorical.py:1428: FutureWarning: remove_na is deprecated and is a private function. Do not use.
stat_data = remove_na(group_data)

即使我尝试使用下面页面上发布的条形图示例, https://seaborn.pydata.org/generated/seaborn.barplot.html

我仍然得到相同的结果。

提前致谢。


我简化了代码。但是结果也是一样

[这与 https://seaborn.pydata.org/generated/seaborn.barplot.html 中的代码相同]

import seaborn as sns

sns.set_style("whitegrid")
tips = sns.load_dataset("tips")
sns.barplot(x="day", y="total_bill", data=tips)

最佳答案

此问题已于 2017 年 8 月修复。它是由 Seaborn 调用 Pandas 中的私有(private)函数引发的。

参见 Pandas ticketSeaborn ticket .更新您的 Seaborn,此警告应该会消失。

关于python seaborn FutureWarning - 不显示情节,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47234122/

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