Open
Description
send_dataframe
works nicely if your data is already has a properly annotated index column
However, the current implementation implicitly falls back on sending the columns as static data if none of your columns matches an index.
Instead, we should have an option to synthesize a sequential timeline based on row-number so that we get a nice table in the viewer.