gpt4 book ai didi

python - 不再支持通过 plotnine 用于 python 的 ggplot2 吗?

转载 作者:太空宇宙 更新时间:2023-11-04 02:23:43 33 4
gpt4 key购买 nike

尽管我得到了正确的图表(是的!),但每次运行 ggplot 时我也会收到此警告:

FutureWarning: Attribute 'is_copy' is deprecated and will be removed in a future version.return object.__setattr__(self, name, value)

我使用 Python 3.6 并且:

from plotnine import * #Vers. 0.3.0
import pandas as pd #Vers. 0.23.1
from pandas import DataFrame

ggplot代码是:

g = ggplot(df, aes(x='date', y='meanDN')) + geom_point()
print(g)

我应该担心吗?

最佳答案

警告来自对 pandas 库的调用。 plotnine 仍然使用 pandas 的一项功能,该功能已被弃用,并将在未来的版本中删除。

Plotnine正在积极开发中,这个bug已经fixed already .

plotnine 0.3.0 之后还没有新版本,所以你必须从 GitHub 安装开发版本或等待新版本才能使警告消失。

关于python - 不再支持通过 plotnine 用于 python 的 ggplot2 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50974860/

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