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 pull request removes all support and documentation for Pandas DataFrame integration from the Dataverse SDK. It deletes the Pandas integration code, updates documentation to remove references to DataFrame-oriented workflows, and removes the Pandas dependency from the project configuration. Additionally, some example scripts are updated to reflect these changes, and utility modules are refactored for future extensibility.
Removal of Pandas integration
PandasODataClientimplementation and all related code fromsrc/PowerPlatform/Dataverse/utils/pandas_adapter.py.pandasdependency frompyproject.toml, so it is no longer required for installation.examples/advanced/pandas_integration.pythat demonstrated DataFrame-based operations.README.md,examples/README.md, andCHANGELOG.mddocumentation files. [1] [2] [3] [4] [5]PandasODataClientfrom the basic installation example.Utility module refactoring
utils/__init__.pyand added_utils/__init__.pyto clarify that these are placeholders for future utility adapters, removing references to Pandas integration. [1] [2]Note: These changes remove all DataFrame-oriented workflows and Pandas-based helpers from the SDK, focusing future development on core Dataverse features.