Index replaced with numbers in hvplot tables

Hi

When I plot an hvplot table (or holoviews Table) the index column set in the data frame is replaced by a new set of numbers. Is there way to retain the original index column, without selecting it in columns?

1 Like

I’m having the same issue. It would be great to be able to view the index of a holoviews table.

Same problem in 2026…

Can you file an issue?

Workaround is to use panel.widgets.Tabulator

Issue created: table plotted from a dataframe does not use custom indices but replaces row headers with integer indices. · Issue #1734 · holoviz/hvplot · GitHub