You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: