-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
- build_model_data: Replaced row-by-row iteration with locations[columns].to_dict('records') - a single vectorized pandas operation
- build_dynamic_model_adjustment: Replaced row-by-row iteration with direct column access using .values
Both changes maintain the same functionality but are significantly more efficient since they avoid Python-level loops over DataFrame rows.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done