Skip to content

Deprecate DataFrameMixin #122

@adamamer20

Description

@adamamer20

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 DataFrameMixin within the space module.
  • Refactor the Polars-related implementations accordingly.
  • Ensure existing functionality remains intact by updating unit tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceGeneral maintenance tasks, code refactoring, or cleanup.

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions