-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
maintenanceGeneral maintenance tasks, code refactoring, or cleanup.General maintenance tasks, code refactoring, or cleanup.
Milestone
Description
The DataFrameMixin was originally introduced in the space module to share functionalities between GridPandas and GridPolars. Since the pandas implementation has now been deprecated, this mixin is no longer necessary.
Deprecating the DataFrameMixin will simplify the codebase and make the Polars implementation cleaner. Additionally, it will make future refactoring and the transition to Polars LazyFrames easier.
Tasks:
- Identify and remove all usages of
DataFrameMixinwithin thespacemodule. - Refactor the Polars-related implementations accordingly.
- Ensure existing functionality remains intact by updating unit tests.
Metadata
Metadata
Assignees
Labels
maintenanceGeneral maintenance tasks, code refactoring, or cleanup.General maintenance tasks, code refactoring, or cleanup.