ActivitySim / activitysim

An Open Platform for Activity-Based Travel Modeling
https://activitysim.github.io
BSD 3-Clause "New" or "Revised" License
189 stars 96 forks source link

Parking Location Choice Memory Reduction #849

Closed dhensle closed 2 months ago

dhensle commented 2 months ago

This PR removes unused columns in the parking location choice model when creating the interaction dataframe combining alternatives and choosers.

Built on top of the function drop_unused_chooser_columns that is part of #833.

dhensle commented 2 months ago

Changes included in #833