Integrating Polars DataFrame#674
Open
ahmedanadwc wants to merge 11 commits into
Open
Conversation
- 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
Added Polars support
Added/Modified code to enhance the Polars Dataframe support
Commented out lines 195-197 to match parent/origin SASPY repo changes
Minor char case change
Contributor
|
@ahmedanadwc, hope to review this pull request soon... We have seen it, but haven't had time to review it yet... |
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