Closed
Description
What is the problem?
FYI, Pandas 2.2.2 seems to have a plotting bug for the plots in plotting with pandas , running albany['circulation'].plot()
renders:
instead of:
Pandas 2.0.3
generates the expected plot (Pandas 2.2.3
is also problematic). I filed an issue in the Pandas repo, the bug is confirmed and a workaround was provided.
The pandas team is aware so I expect this to be a transient issue but, in the interim, instructors should either avoid pandas 2.2.2/3 or prepend .plot()
with .sort_index()
.
Location of problem (optional)
episodes/data-visualisation.md
Metadata
Metadata
Assignees
Labels
No labels