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

State Trips
@kaggle.ramjasmaurya_trips_by_distancefrom_2019_to_nov_2021.state_trips

  • 5.16 MB
  • 53805 rows
  • 20 columns
unnamed_0

Unnamed: 0

level

Level

date

Date

state_postal_code

State Postal Code

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

row_id

Row ID

week

Week

month

Month

State2019/01/01NV75305422720639139676299988621812161039500137802411084362228379330173578244711842732-00000-201901011
1State2019/01/01FL4524666167095565525830016036792144697676658624797761266043042113009796740412224953419388712-00000-201901011
2State2019/01/01DC24103045927831140551314825833796367547344116183744420961073081093476561611-00000-201901011
3State2019/01/01DE224457739757242094258432364034830544137035931410212845450542227012474219810-00000-201901011
4State2019/01/01CT853894270785194689612375021261893311895751331356121125244994719296056618120313126809-00000-201901011
5State2019/01/01CO150039241777641761720846586144542154206825026099272473886730418323870124776325455276808-00000-201901011
6State2019/01/01NH3126451039666370534572641797000949235058218557317123181890462273333998760233-00000-201901011
7State2019/01/01NJ2244189663710426078674749187467646173009746358211832627231233743486493155179283976378434-00000-201901011
8State2019/01/01NM525761156326264754221972284175689479572383452563237523129713925683929190011013835-00000-201901011
9State2019/01/01NY59318731355060360957950183176621540182271875988789865758939022944888576373297957213211756136-00000-201901011

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
);

Share link

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