hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

No longer internally call `.reset_index()`

Open maximlt opened this issue 1 year ago • 1 comments

HoloViews is going to better support Pandas indexes in https://github.com/holoviz/holoviews/pull/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().

maximlt avatar Mar 05 '24 15:03 maximlt

Bugs identified and fixed when working on addressing this:

  • https://github.com/holoviz/hvplot/pull/1363
  • https://github.com/holoviz/holoviews/pull/6299

maximlt avatar Jul 02 '24 15:07 maximlt

Closed by #1350

droumis avatar Jul 30 '24 15:07 droumis