Baselight

2050 Transportation Mode Shares

County-Level Person and Vehicle Trip Data

@kaggle.thedevastator_2050_transportation_mode_shares

Loading...
Loading...

About this Dataset

2050 Transportation Mode Shares


2050 Transportation Mode Shares

County-Level Person and Vehicle Trip Data

By [source]


About this dataset

The Geographically Disaggregated Vehicle Trip and Emission Mode Share Estimates in 2050 is an essential resource for understanding and assessing the current transportation system in order to promote greener and more efficient solutions as we transition into tomorrow. Using detailed measures of vehicle trips and emission mode shares by county, this dataset offers a comprehensive look at various transportation options, such as single occupancy vehicles (SOV), high occupancy vehicles (HOV) with 2+ occupants, short and long-distance trips, person trips, passenger trips, and vehicle trips. With this data we can identify current strengths of the transportation system while recognizing key opportunities to reduce environmental impact. By optimizing future transport options while reducing emissions along the way - we can create a better tomorrow here today

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset provides detailed estimates of vehicle trips and emission mode shares in 2050 for each county, allowing users to gain a deep understanding of transportation patterns. With this dataset, users can compare different transportation modes and their associated emission impacts in order to identify the most efficient and environmentally-friendly travel options.

In order to utilize this dataset, users should be familiar with the various columns contained within. Each row contains information relating to one particular route between two counties and includes:

  • Origin County (O_County) - the county that a trip starts from
  • Destination County (D_County) - the destination county of that trip
  • Single Occupant Vehicle Person Trips (SOV_PK), High Occupancy Vehicle 2+ Occupants Person Trips (HOV2_PK), High Occupancy Vehicle 3+ occupants Person Trips (HOV3_PK) - indicates how many people took a particular type of vehicle on a given route
  • Single Occupant Vehicle Vehicle Trips (SOV_OP), High Occupancy Vehicle 2+ occupants trips(HOV2_OP) ,High Oc

Research Ideas

  • Analyzing the current trends of vehicle trips and emissions mode share in order to create strategies for reducing emissions through better trip efficiency and planning.
  • Developing predictive models to identify transportation modes that are most likely to reduce trip duration, maximize fuel economy, and minimize environmental impact.
  • Establishing targeted incentives or public policy changes related to travel mode choice that would encourage more efficient travel habits among citizens

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: 4a._Sharing.TREDISVehicleTripsModebyCounty_2050.csv

Column name Description
O_County Origin County (String)
D_County Destination County (String)
SOV_SDPTM_PK Single Occupancy Vehicle Short Distance Person Trips (Integer)
HOV2_SDPTM_PK High Occupancy Vehicle 2+ Short Distance Person Trips (Integer)
HOV3_SDPTM_PK High Occupancy Vehicle 3+ Short Distance Person Trips (Integer)
SOV_LDPTM_PK Single Occupancy Vehicle Long Distance Person Trips (Integer)
HOV2_LDPTM_PK High Occupancy Vehicle 2+ Long Distance Person Trips (Integer)
HOV3_LDPTM_PK High Occupancy Vehicle 3+ Long Distance Person Trips (Integer)
SOV_SDPTM_OP Single Occupancy Vehicle Short Distance Vehicle Trips (Integer)
HOV2_SDPTM_OP High Occupancy Vehicle 2+ Short Distance Vehicle Trips (Integer)
HOV3_SDPTM_OP High Occupancy Vehicle 3+ Short Distance Vehicle Trips (Integer)
SOV_LDPTM_OP Single Occupancy Vehicle Long Distance Vehicle Trips (Integer)
HOV2_LDPTM_OP High Occupancy Vehicle 2+ Long Distance Vehicle Trips (Integer)
HOV3_LDPTM_OP High Occupancy Vehicle 3+ Long Distance Vehicle Trips (Integer)

File: 4b._SharingUB.TREDISExternalPersonTripsbyCounty_2050.csv

Column name Description
O_County Origin County (String)
D_County Destination County (String)
SOV_PK Single Occupancy Vehicle Person Trips (Integer)
HOV2_PK High Occupancy Vehicle 2+ Person Trips (Integer)
HOV3_PK High Occupancy Vehicle 3+ Person Trips (Integer)
SOV_OP Single Occupancy Vehicle Vehicle Trips (Integer)
HOV2_OP High Occupancy Vehicle 2+ Vehicle Trips (Integer)
HOV3_OP High Occupancy Vehicle 3+ Vehicle Trips (Integer)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Em All

@kaggle.thedevastator_2050_transportation_mode_shares.em_all
  • 12.44 KB
  • 13 rows
  • 16 columns
Loading...

CREATE TABLE em_all (
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE,
  "sc_name" VARCHAR
);

Em Vmt 0

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_0
  • 19.81 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_0 (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 1a

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_1a
  • 19.8 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_1a (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 1b

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_1b
  • 19.82 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_1b (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 2a

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_2a
  • 19.8 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_2a (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 2b

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_2b
  • 19.8 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_2b (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 3a

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_3a
  • 19.8 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_3a (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 3b

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_3b
  • 19.82 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_3b (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 4a

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_4a
  • 19.8 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_4a (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 4b

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_4b
  • 19.82 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_4b (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 5a

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_5a
  • 19.77 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_5a (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 5b

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_5b
  • 19.8 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_5b (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 6a

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_6a
  • 19.8 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_6a (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

Em Vmt 6b

@kaggle.thedevastator_2050_transportation_mode_shares.em_vmt_6b
  • 19.82 KB
  • 58 rows
  • 17 columns
Loading...

CREATE TABLE em_vmt_6b (
  "county_code" DOUBLE,
  "county_name" VARCHAR,
  "vmt_tol" DOUBLE,
  "vmt_auto" DOUBLE,
  "vmt_truck" DOUBLE,
  "co2_auto" DOUBLE,
  "nox_auto" DOUBLE,
  "pm25_auto" DOUBLE,
  "rog_auto" DOUBLE,
  "co2_truck" DOUBLE,
  "nox_truck" DOUBLE,
  "pm25_truck" DOUBLE,
  "rog_truck" DOUBLE,
  "co2_tol" DOUBLE,
  "nox_tol" DOUBLE,
  "pm25_tol" DOUBLE,
  "rog_tol" DOUBLE
);

N 0 Bau Tredis Cvm Tripsbycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_0_bau_tredis_cvm_tripsbycounty_2050
  • 65.5 KB
  • 3364 rows
  • 8 columns
Loading...

CREATE TABLE n_0_bau_tredis_cvm_tripsbycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "lcv_pk" DOUBLE,
  "mcv_pk" DOUBLE,
  "hcv_pk" DOUBLE,
  "lcv_op" DOUBLE,
  "mcv_op" DOUBLE,
  "hcv_op" DOUBLE
);

N 0 Bau Tredisexternalpersontripsbycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_0_bau_tredisexternalpersontripsbycounty_2050
  • 14.99 KB
  • 4225 rows
  • 8 columns
Loading...

CREATE TABLE n_0_bau_tredisexternalpersontripsbycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_pk" DOUBLE,
  "hov2_pk" DOUBLE,
  "hov3_pk" DOUBLE,
  "sov_op" DOUBLE,
  "hov2_op" DOUBLE,
  "hov3_op" DOUBLE
);

N 0 Bau Tredisexternalvehicletripsbycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_0_bau_tredisexternalvehicletripsbycounty_2050
  • 14.89 KB
  • 4225 rows
  • 8 columns
Loading...

CREATE TABLE n_0_bau_tredisexternalvehicletripsbycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_pk" DOUBLE,
  "hov2_pk" DOUBLE,
  "hov3_pk" DOUBLE,
  "sov_op" DOUBLE,
  "hov2_op" DOUBLE,
  "hov3_op" DOUBLE
);

N 0 Bau Tredispersontripsmodebycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_0_bau_tredispersontripsmodebycounty_2050
  • 90.06 KB
  • 3364 rows
  • 26 columns
Loading...

CREATE TABLE n_0_bau_tredispersontripsmodebycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_sdptm_pk" DOUBLE,
  "hov2_sdptm_pk" DOUBLE,
  "hov3_sdptm_pk" DOUBLE,
  "bike_sdptm_pk" DOUBLE,
  "transit_sdptm_pk" DOUBLE,
  "walk_sdptm_pk" DOUBLE,
  "n__sov_ldptm_pk" DOUBLE,
  "hov2_ldptm_pk" DOUBLE,
  "hov3_ldptm_pk" DOUBLE,
  "air_ldptm_pk" DOUBLE,
  "rail_ldptm_pk" DOUBLE,
  "hsr_ldptm_pk" DOUBLE,
  "sov_sdptm_op" DOUBLE,
  "hov2_sdptm_op" DOUBLE,
  "hov3_sdptm_op" DOUBLE,
  "bike_sdptm_op" DOUBLE,
  "transit_sdptm_op" DOUBLE,
  "walk_sdptm_op" DOUBLE,
  "n__sov_ldptm_op" DOUBLE,
  "hov2_ldptm_op" DOUBLE,
  "hov3_ldptm_op" DOUBLE,
  "air_ldptm_op" DOUBLE,
  "rail_ldptm_op" DOUBLE,
  "hsr_ldptm_op" DOUBLE
);

N 0 Bau Tredisvehicletripsmodebycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_0_bau_tredisvehicletripsmodebycounty_2050
  • 61.23 KB
  • 3364 rows
  • 14 columns
Loading...

CREATE TABLE n_0_bau_tredisvehicletripsmodebycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_sdptm_pk" DOUBLE,
  "hov2_sdptm_pk" DOUBLE,
  "hov3_sdptm_pk" DOUBLE,
  "sov_ldptm_pk" DOUBLE,
  "hov2_ldptm_pk" DOUBLE,
  "hov3_ldptm_pk" DOUBLE,
  "sov_sdptm_op" DOUBLE,
  "hov2_sdptm_op" DOUBLE,
  "hov3_sdptm_op" DOUBLE,
  "sov_ldptm_op" DOUBLE,
  "hov2_ldptm_op" DOUBLE,
  "hov3_ldptm_op" DOUBLE
);

N 0 Bau Tripmodebycounty 2050 Raw

@kaggle.thedevastator_2050_transportation_mode_shares.n_0_bau_tripmodebycounty_2050_raw
  • 54.3 KB
  • 3364 rows
  • 15 columns
Loading...

CREATE TABLE n_0_bau_tripmodebycounty_2050_raw (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_sdptm" DOUBLE,
  "hov2_sdptm" DOUBLE,
  "hov3_sdptm" DOUBLE,
  "bike_sdptm" DOUBLE,
  "transit_sdptm" DOUBLE,
  "sb_sdptm" DOUBLE,
  "walk_sdptm" DOUBLE,
  "sov_ldptm" DOUBLE,
  "hov2_ldptm" DOUBLE,
  "hov3_ldptm" DOUBLE,
  "air_ldptm" DOUBLE,
  "rail_ldptm" DOUBLE,
  "hsr_ldptm" DOUBLE
);

N 1a Hd Tredis Cvm Tripsbycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_1a_hd_tredis_cvm_tripsbycounty_2050
  • 65.5 KB
  • 3364 rows
  • 8 columns
Loading...

CREATE TABLE n_1a_hd_tredis_cvm_tripsbycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "lcv_pk" DOUBLE,
  "mcv_pk" DOUBLE,
  "hcv_pk" DOUBLE,
  "lcv_op" DOUBLE,
  "mcv_op" DOUBLE,
  "hcv_op" DOUBLE
);

N 1a Hd Tredisexternalpersontripsbycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_1a_hd_tredisexternalpersontripsbycounty_2050
  • 15.01 KB
  • 4225 rows
  • 8 columns
Loading...

CREATE TABLE n_1a_hd_tredisexternalpersontripsbycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_pk" DOUBLE,
  "hov2_pk" DOUBLE,
  "hov3_pk" DOUBLE,
  "sov_op" DOUBLE,
  "hov2_op" DOUBLE,
  "hov3_op" DOUBLE
);

N 1a Hd Tredisexternalvehicletripsbycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_1a_hd_tredisexternalvehicletripsbycounty_2050
  • 14.9 KB
  • 4225 rows
  • 8 columns
Loading...

CREATE TABLE n_1a_hd_tredisexternalvehicletripsbycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_pk" DOUBLE,
  "hov2_pk" DOUBLE,
  "hov3_pk" DOUBLE,
  "sov_op" DOUBLE,
  "hov2_op" DOUBLE,
  "hov3_op" DOUBLE
);

N 1a Hd Tredispersontripsmodebycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_1a_hd_tredispersontripsmodebycounty_2050
  • 89.16 KB
  • 3364 rows
  • 26 columns
Loading...

CREATE TABLE n_1a_hd_tredispersontripsmodebycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_sdptm_pk" DOUBLE,
  "hov2_sdptm_pk" DOUBLE,
  "hov3_sdptm_pk" DOUBLE,
  "bike_sdptm_pk" DOUBLE,
  "transit_sdptm_pk" DOUBLE,
  "walk_sdptm_pk" DOUBLE,
  "n__sov_ldptm_pk" DOUBLE,
  "hov2_ldptm_pk" DOUBLE,
  "hov3_ldptm_pk" DOUBLE,
  "air_ldptm_pk" DOUBLE,
  "rail_ldptm_pk" DOUBLE,
  "hsr_ldptm_pk" DOUBLE,
  "sov_sdptm_op" DOUBLE,
  "hov2_sdptm_op" DOUBLE,
  "hov3_sdptm_op" DOUBLE,
  "bike_sdptm_op" DOUBLE,
  "transit_sdptm_op" DOUBLE,
  "walk_sdptm_op" DOUBLE,
  "n__sov_ldptm_op" DOUBLE,
  "hov2_ldptm_op" DOUBLE,
  "hov3_ldptm_op" DOUBLE,
  "air_ldptm_op" DOUBLE,
  "rail_ldptm_op" DOUBLE,
  "hsr_ldptm_op" DOUBLE
);

N 1a Hd Tredisvehicletripsmodebycounty 2050

@kaggle.thedevastator_2050_transportation_mode_shares.n_1a_hd_tredisvehicletripsmodebycounty_2050
  • 63.17 KB
  • 3364 rows
  • 14 columns
Loading...

CREATE TABLE n_1a_hd_tredisvehicletripsmodebycounty_2050 (
  "o_county" DOUBLE,
  "d_county" DOUBLE,
  "sov_sdptm_pk" DOUBLE,
  "hov2_sdptm_pk" DOUBLE,
  "hov3_sdptm_pk" DOUBLE,
  "sov_ldptm_pk" DOUBLE,
  "hov2_ldptm_pk" DOUBLE,
  "hov3_ldptm_pk" DOUBLE,
  "sov_sdptm_op" DOUBLE,
  "hov2_sdptm_op" DOUBLE,
  "hov3_sdptm_op" DOUBLE,
  "sov_ldptm_op" DOUBLE,
  "hov2_ldptm_op" DOUBLE,
  "hov3_ldptm_op" DOUBLE
);

Share link

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