Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Plotting series with different frequency yields "ValueError: Incompatible frequency conversion" #7760
Comments
hawkerpl
commented
Jul 16, 2014
|
further investigation revealed that there is a problem with index.inferred_freq which is being set to "100l" and it's done where my code calls df = df.set_index('column_name') |
This was referenced Jul 17, 2014
jreback
added Bug Period Visualization
labels
Jul 19, 2014
jreback
added this to the
0.15.0
milestone
Jul 19, 2014
jreback
closed this
in #7803
Jul 19, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hawkerpl commentedJul 15, 2014
So i have two dataframes with simmilar data but, indexed by datetime64
dfA : http://pastebin.com/HenYJxdV
dfB : http://pastebin.com/qAsEqSxf
so i have following problem when i try to plot them this way:
it's ok and both series have been plotted on same figure
but when i'll try this:
it wrecks and i get following output
Which is extremely weird because before, i plotted similar but yet slightly different data and it plotted correctly.
P.S. pd.show_versions():