Trips By US People(from 2019 To Nov 2021)
Trips travel in all modes of transportation in USA during pre-post covid times.
@kaggle.ramjasmaurya_trips_by_distancefrom_2019_to_nov_2021
Trips travel in all modes of transportation in USA during pre-post covid times.
@kaggle.ramjasmaurya_trips_by_distancefrom_2019_to_nov_2021
CREATE TABLE state_trips (
"unnamed_0" BIGINT,
"level" VARCHAR,
"date" VARCHAR,
"state_postal_code" VARCHAR,
"population_staying_at_home" BIGINT,
"population_not_staying_at_home" BIGINT,
"number_of_trips" BIGINT,
"number_of_trips_1" BIGINT,
"number_of_trips_1_3" BIGINT,
"number_of_trips_3_5" BIGINT,
"number_of_trips_5_10" BIGINT,
"number_of_trips_10_25" BIGINT,
"number_of_trips_25_50" BIGINT,
"number_of_trips_50_100" BIGINT,
"number_of_trips_100_250" BIGINT,
"number_of_trips_250_500" BIGINT,
"number_of_trips_500" BIGINT,
"row_id" VARCHAR,
"week" BIGINT,
"month" BIGINT
);
Anyone who has the link will be able to view this.