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
HoloViews is going to better support Pandas indexes in holoviz/holoviews#6061 so it doesn't have to internally call .reset_index() when a reference is made to an index column. This change will come with some great performance improvements. hvPlot itself calls in several places .reset_index(). To fully benefit from HoloViews' improvements, hvPlot will have to remove these calls to .reset_index().
The text was updated successfully, but these errors were encountered:
HoloViews is going to better support Pandas indexes in holoviz/holoviews#6061 so it doesn't have to internally call
.reset_index()
when a reference is made to an index column. This change will come with some great performance improvements. hvPlot itself calls in several places.reset_index()
. To fully benefit from HoloViews' improvements, hvPlot will have to remove these calls to.reset_index()
.The text was updated successfully, but these errors were encountered: