hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

How to display index with table plot.

Open LinuxIsCool opened this issue 6 years ago • 2 comments

The table rendered from hvplot.streamz does not display the index values. Is there a way to do this?

LinuxIsCool avatar Jan 25 '19 08:01 LinuxIsCool

For now you use reset_index to add the index to the regular columns.

philippjfr avatar Jul 17 '19 16:07 philippjfr

The question is whether we want to do this by default.

philippjfr avatar Jul 17 '19 16:07 philippjfr

It seems to me that it does display the index. image

I'm closing this issue then, don't hesitate to comment it or open a new issue if you think the problem isn't gone.

maximlt avatar Oct 11 '22 09:10 maximlt