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

Log and visualize tables / dataframes #5585

Closed
gokcergun opened this issue Mar 20, 2024 · 1 comment
Closed

Log and visualize tables / dataframes #5585

gokcergun opened this issue Mar 20, 2024 · 1 comment
Labels
enhancement New feature or request user-request This is a pressing issue for one of our users

Comments

@gokcergun
Copy link

Hi,

I'd like to log a table. I checked the available options but couldn't see any alternative except using Text.
Is there a way to do? If not, is it a feature that you plan to implement?

Thank you.

@gokcergun gokcergun added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Mar 20, 2024
@teh-cmc teh-cmc changed the title log a table Log and visualize tables / dataframes Mar 20, 2024
@teh-cmc teh-cmc added user-request This is a pressing issue for one of our users and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Mar 20, 2024
@teh-cmc
Copy link
Member

teh-cmc commented Mar 20, 2024

I'd like to log a table. I checked the available options but couldn't see any alternative except using Text.

Your best bet today is to use a TextDocument with a markdown MediaType:
image

Is there a way to do? If not, is it a feature that you plan to implement?

We plan to make it possible for users to visualize anything that sits in the database by combining a custom query with a generic dataframe view, but we're not quite there yet.

Here's a screenshot from recent experiments:
image

You can follow the progress on that in the tracking issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user-request This is a pressing issue for one of our users
Projects
None yet
Development

No branches or pull requests

2 participants