标签: python ggplot2 built-in
我可以成功导入ggplot包,但是不能使用内置数据集进行练习。您能帮我解决这个问题吗?
我使用以下命令安装了ggplot软件包:
conda install -c conda-forge ggplot
我使用了命令:
from ggplot import mtcars
错误:
从ggplot导入mtcars 追溯(最近一次通话): 文件“”,第1行,在 从ggplot导入mtcars ImportError:无法导入名称“ mtcars”
从ggplot导入mtcars 追溯(最近一次通话):
文件“”,第1行,在 从ggplot导入mtcars
ImportError:无法导入名称“ mtcars”