Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send_dataframe should generate a an index column #8593

Open
jleibs opened this issue Jan 6, 2025 · 0 comments
Open

send_dataframe should generate a an index column #8593

jleibs opened this issue Jan 6, 2025 · 0 comments
Labels
enhancement New feature or request feat-dataframe-api Everything related to the dataframe API 🐍 Python API Python logging API

Comments

@jleibs
Copy link
Member

jleibs commented Jan 6, 2025

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.

@jleibs jleibs added enhancement New feature or request feat-dataframe-api Everything related to the dataframe API 🐍 Python API Python logging API labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feat-dataframe-api Everything related to the dataframe API 🐍 Python API Python logging API
Projects
None yet
Development

No branches or pull requests

1 participant