Integrating Polars DataFrame - #674
Open
ahmedanadwc wants to merge 16 commits into
Open
Conversation
added 7 commits
May 15, 2026 16:28
- Add 'Optional Dependencies' section to install.rst (pyarrow, polars) - Add Polars DataFrame section to getting-started.rst with streaming examples - Add 'Using Polars' and 'Using Apache Arrow' sections to advanced-topics.rst - Add DataFrame library options overview to index.rst - Add Polars feature entry to CHANGELOG.md (v5.105.0) This addresses the documentation gap between code and docs for the Polars integration (20+ code nodes) and Arrow features (32 nodes).
Allow users to install Polars support with: pip install saspy[polars]
Added Test scenarios to cover Polars dataframe support
added files to ignore
Added files to ignore
Updated the documentation to include Polars related contents
Add/Update code modules to support Polars Dataframe
Contributor
|
@ahmedanadwc, hope to review this pull request soon... We have seen it, but haven't had time to review it yet... |
added 6 commits
September 3, 2026 10:39
- Add 'Optional Dependencies' section to install.rst (pyarrow, polars) - Add Polars DataFrame section to getting-started.rst with streaming examples - Add 'Using Polars' and 'Using Apache Arrow' sections to advanced-topics.rst - Add DataFrame library options overview to index.rst - Add Polars feature entry to CHANGELOG.md (v5.105.0) This addresses the documentation gap between code and docs for the Polars integration (20+ code nodes) and Arrow features (32 nodes).
Allow users to install Polars support with: pip install saspy[polars]
Added Test scenarios to cover Polars dataframe support
added files to ignore
Added files to ignore
Updated the documentation to include Polars related contents
Add/Update code modules to support Polars Dataframe
Signed-off-by: Ahmed Al-Attar <101472672+ahmedanadwc@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fork includes a major feature set centered around Polars and Apache Arrow integration.
Feature Category
Summary of Enhancements
This is feature-rich branch that adds high-performance data processing capabilities to saspy.
standard Pandas-based approach for large datasets.
plugin.
Generated-by: OpenCode and Google Gemini