Remove all preprocessing from PlotAccessor.__call__ #29412
Labels
Needs Discussion
Requires discussion from core team before further action
Refactor
Internal refactoring of code
Visualization
plotting
In #28647, we discovered that
PlotAccessor.__call___
does quite a bit of preprocessing of the data before handing it off to the backend.pandas/pandas/plotting/_core.py
Lines 728 to 794 in 3992126
Depending on the plot kind and backend, some of this preprocesing may not be appropriate. The backend might want to see the "raw" data. That's not to say we shouldn't do any preprocessing though. We'll need some feedback from backend authors on what should be done before handing it off.
The text was updated successfully, but these errors were encountered: