-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Series.plot() doesn't work with CustomBusinessDay frequency #7222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
post |
its converting it to a |
|
Running into the same issue. |
Running into the same issue. |
Ran into the same issue. Worked around it by doing |
Passing |
Ran into same problem and took a look a bit. I believe freqstr 'C' should be in |
Closes pandas-dev#7222 Missing freqstr 'C' in _period_code_map
I posted this on https://groups.google.com/forum/#!topic/pydata/FnHBkkdBIFY.
In IPython, trying to .plot() a Series with a CustomBusinessDay frquency produces "ValueError: Unknown freqstr: C". See below. I imagine DataFrame.plot() would have a similar issue.
Am running http://pandas.pydata.org/pandas-build/dev/pandas-0.14.0rc1-51-gccd593f.win-amd64-py3.4.exe and matplotlib 1.2.0.
The text was updated successfully, but these errors were encountered: