Skip to content

Ability to save plots with the .> operator#2045

Merged
rolandwalker merged 1 commit into
mainfrom
RW/save-plots-like-parquets
Jul 24, 2026
Merged

Ability to save plots with the .> operator#2045
rolandwalker merged 1 commit into
mainfrom
RW/save-plots-like-parquets

Conversation

@rolandwalker

Copy link
Copy Markdown
Contributor

Description

Ability to save plots with the .> operator, just like parquet files for dataframes.

Example:

select length(table_name) as len from information_schema.tables .| df['len'].plot.hist() .> output.png;

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

just like parquet files for dataframes.
@rolandwalker rolandwalker self-assigned this Jul 24, 2026
@rolandwalker
rolandwalker merged commit 051fecf into main Jul 24, 2026
11 checks passed
@rolandwalker
rolandwalker deleted the RW/save-plots-like-parquets branch July 24, 2026 11:15
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

Successfully merging this pull request may close these issues.

1 participant