-
Notifications
You must be signed in to change notification settings - Fork 384
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
improve: Add more relevant snippets to the snippets panel (1/2
)
#3709
improve: Add more relevant snippets to the snippets panel (1/2
)
#3709
Conversation
@Haleshot is attempting to deploy a commit to the marimo Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Akshay Agrawal <[email protected]>
1/2
)1/2
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️🚀
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.11.5-dev3 |
📝 Summary
This PR (1/2) adds data visualization and manipulation snippets for common DS libraries; relevant issue #3602. The snippets cover Pandas (add to existing list), Polars, DuckDB, Altair (add to existing list), and Matplotlib, aiding in what I believe is common ("boilerplate") coding lines for data analysis/engineering projects/workflows in notebooks.
🔍 Description of Changes
Pandas Snippets (26-36)
Key additions include memory optimization, efficient window operations, and advanced datetime handling.
Polars Snippets (0-10)
Focuses on high-performance data operations with lazy evaluation patterns.
Altair Snippets (9-14)
Emphasizes interactive visualizations and statistical graphics.
Matplotlib Snippets (0-11)
Covers essential scientific visualization patterns.
Note: This is part 1 of 2 PRs focused on enhancing existing snippets sidebar panel.
📋 Checklist
📜 Reviewers
@akshayka OR @mscolnick