We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c05c5 commit e309b84Copy full SHA for e309b84
activitysim/abm/models/util/tour_frequency.py
@@ -791,5 +791,6 @@ def create_joint_tours(
791
tours["tour_type_num"] = tours["tour_type_num"].astype("int8")
792
tours["tour_type_count"] = tours["tour_type_count"].astype("int8")
793
tours["number_of_participants"] = tours["number_of_participants"].astype("int8")
794
+ tours["tour_type"] = tours["tour_type"].astype("category")
795
796
return tours
0 commit comments