python ggplot Error message ImportError: cannot import name 'TimeSeries' '

Viewed 981

I am using Anaconda with Windows 7. I have installed with 'pip install pandas' ' pip install ggplot' . But when I 'import ggplot' , I have got the error message ' ImportError: cannot import name 'TimeSeries' '

1 Answers
Related