You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up in the PR adding plot submethods like .plot.hist: #9321 (comment)
As long as API differences can be reconciled, I think it would be a nice idea to deprecate (and eventually remove) DataFrame.hist, DataFrame.boxplot and Series.hist in favor of the accessor mtehods.
This old issue discusses API differences (possibly no longer accurate/relevant?): #413