AgentSetPandas and AgentSetPolars currently have separate implementations for similar methods. To improve maintainability and adhere to the DRY principle, AgentContainer should be refactored to use DataFrameMixin.
This refactoring will consolidate common functionality and make the codebase more efficient and easier to maintain.
AgentSetPandas and AgentSetPolars currently have separate implementations for similar methods. To improve maintainability and adhere to the DRY principle, AgentContainer should be refactored to use DataFrameMixin.
This refactoring will consolidate common functionality and make the codebase more efficient and easier to maintain.