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

[feature] Add a download button for displayed DataFrame in Python block #92

Open
marquesine opened this issue Sep 18, 2024 · 2 comments

Comments

@marquesine
Copy link

As discussed in issue #18 (see detailed feature here), it would be great to have a button that allows users to download tables instantly as CSV files.

Details

  • Add a download button: place a download button next to each table in the UI.
  • Instant CSV export: clicking the button should export the table data in CSV format immediately.
  • Include Table State: the exported CSV should reflect the current state of the table, including transformations applied by the user (if they're available in the future).
@vieiralucas
Copy link
Member

Hello @marquesine, thank you for your issue.

Currently Briefer already has a CSV button at SQL Blocks.
image

I think we could also have this same button for the Pivot Table block.
Should we change the issue title and description to be more specific about Pivot Tables?

What do you think?

@marquesine
Copy link
Author

Hey @vieiralucas!

I'm actually referring to DataFrame outputs on Python blocks. But it would be interesting having it for both of them, for sure.

@marquesine marquesine changed the title [feature] Add a download button for tables [feature] Add a download button for displayed DataFrame in Python blocks Sep 18, 2024
@marquesine marquesine changed the title [feature] Add a download button for displayed DataFrame in Python blocks [feature] Add a download button for displayed DataFrame in Python block Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants