You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Currently Briefer already has a CSV button at SQL Blocks.
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?
I'm actually referring to DataFrame outputs on Python blocks. But it would be interesting having it for both of them, for sure.
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
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
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
The text was updated successfully, but these errors were encountered: