Baselight

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

National Trips
@kaggle.ramjasmaurya_trips_by_distancefrom_2019_to_nov_2021.national_trips

  • 118.68 KB
  • 1055 rows
  • 18 columns
unnamed_0

Unnamed: 0

level

Level

date

Date

population_staying_at_home

Population Staying At Home

population_not_staying_at_home

Population Not Staying At Home

number_of_trips

Number Of Trips

number_of_trips_1

Number Of Trips \u003c1

number_of_trips_1_3

Number Of Trips 1-3

number_of_trips_3_5

Number Of Trips 3-5

number_of_trips_5_10

Number Of Trips 5-10

number_of_trips_10_25

Number Of Trips 10-25

number_of_trips_25_50

Number Of Trips 25-50

number_of_trips_50_100

Number Of Trips 50-100

number_of_trips_100_250

Number Of Trips 100-250

number_of_trips_250_500

Number Of Trips 250-500

number_of_trips_500

Number Of Trips \u003e\u003d500

week

Week

month

Month

National2019/01/017743386724873355389778436824166715123428479510807890312967077811690434340432062156866397525563180602217281121
1National2019/01/0261305201264862219113945228129127673528588731513803929617163751416741269856148976177391837817044196230115312191
2National2019/01/0363050480263116940116275268429637501429007442514077158117577541017202748757632422183666268124548203809915670721
3National2019/01/0461803652264363768118195382929315963129564329614525181918132464517614449358761592193157858687318209606515691851
4National2019/01/0564389745261777675118047662029545901430416870914854065118094176916523979054842134193639398490791199115914386641
5National2019/01/06664989492596684711073940581268535036285817694136432949163231150144091310469315371741897581609711917898140306111
6National2019/01/07628405912633268291144741952301592063286444719137699110169846852165178406556606571749160475846831815569142828911
7National2019/01/08630642932631031271141497715299541016285368410136696978169468215166322929559682791736950274714021856802143418211
8National2019/01/09623051552638622651135628554291070223285839600137586966170647903166169173556401981754326177090711923976149818311
9National2019/01/10613557712648116491161334504297556678290556495140392680174998777171169293571362811808797779402841975790152024911

CREATE TABLE national_trips (
  "unnamed_0" BIGINT,
  "level" VARCHAR,
  "date" 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,
  "week" BIGINT,
  "month" BIGINT
);

Share link

Anyone who has the link will be able to view this.