hvplot
hvplot copied to clipboard
How to display index with table plot.
The table rendered from hvplot.streamz does not display the index values. Is there a way to do this?
For now you use reset_index to add the index to the regular columns.
The question is whether we want to do this by default.
It seems to me that it does display the index.

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.