send_dataframe
should generate a an index column
#8593
Labels
enhancement
New feature or request
feat-dataframe-api
Everything related to the dataframe API
🐍 Python API
Python logging API
send_dataframe
works nicely if your data is already has a properly annotated index columnHowever, 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.
The text was updated successfully, but these errors were encountered: