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 f534cd5 commit 2379361Copy full SHA for 2379361
1 file changed
configs/resident/trip_destination_annotate_trips_preprocessor.csv
@@ -37,3 +37,4 @@ adding _trips to avoid conflict with the variables in the tours_merged,age_trips
37
,microTour,"np.where((tour_mode == 'ESCOOTER') | (tour_mode == 'EBIKE'), 1, 0)"
38
,ebikeTour,"np.where((tour_mode == 'EBIKE'), 1, 0)"
39
Micromobility access Time,o_MicroAccessTime,"reindex(land_use.MicroAccessTime,df.origin)"
40
+,purpose_index_num,"size_terms.get_cols(df.purpose)"
0 commit comments