【发布时间】:2018-11-08 13:25:16
【问题描述】:
我已使用以下代码在我的 python 3.6.3 中成功安装了 ggplot:
conda install -c conda-forge ggplot
但是当我使用下面的代码将它导入我的笔记本时,我得到一个错误:
from ggplot import *
ImportError: cannot import name 'Timestamp'
如果我能解决这个问题,我将不胜感激。
【问题讨论】:
标签: python ggplot2 python-ggplot