2020 NCFO Operators File
Department of Transportation
@usgov.dot_gov_2020_ncfo_operators_file
Department of Transportation
@usgov.dot_gov_2020_ncfo_operators_file
CREATE TABLE table_1 (
"operator_id" BIGINT,
"operator_name" VARCHAR,
"op_strcity" VARCHAR,
"op_state" VARCHAR,
"op_strzip" VARCHAR,
"op_country" VARCHAR,
"url" VARCHAR,
"federal_state_local" BOOLEAN,
"ticket_revenue" DOUBLE,
"private_contract_revenue" DOUBLE,
"advertising_revenue" DOUBLE,
"public_contract_revenue" DOUBLE,
"federal_funding_revenue" DOUBLE,
"state_funding_revenue" DOUBLE,
"local_funding_revenue" DOUBLE,
"other_funding_revenue" DOUBLE,
"trip_purpose_commuter_transit" BOOLEAN,
"trip_purpose_pleasure" BOOLEAN,
"trip_purpose_emergency" BOOLEAN,
"trip_purpose_roadway_conn" BOOLEAN,
"trip_purpose_lifeline" BOOLEAN,
"trip_purpose_nps" BOOLEAN,
"trip_purpose_other" BOOLEAN,
"trip_purpose_other_desc" VARCHAR,
"accepts_public_funding" BOOLEAN,
"pub_fund_type_1" VARCHAR,
"pub_fund_source_1" VARCHAR,
"pub_fund_prog_1" VARCHAR,
"pub_fund_type_2" VARCHAR,
"pub_fund_source_2" VARCHAR,
"pub_fund_prog_2" VARCHAR,
"pub_fund_type_3" VARCHAR,
"pub_fund_source_3" VARCHAR,
"pub_fund_prog_3" VARCHAR,
"pub_fund_type_4" VARCHAR,
"pub_fund_source_4" VARCHAR,
"pub_fund_prog_4" VARCHAR,
"pub_fund_type_5" VARCHAR,
"pub_fund_source_5" VARCHAR,
"pub_fund_prog_5" VARCHAR,
"pub_fund_type_6" VARCHAR,
"pub_fund_source_6" VARCHAR,
"pub_fund_prog_6" VARCHAR,
"pub_fund_type_7" VARCHAR,
"pub_fund_source_7" VARCHAR,
"pub_fund_prog_7" VARCHAR,
"pub_fund_type_8" VARCHAR,
"pub_fund_source_8" VARCHAR,
"pub_fund_prog_8" VARCHAR,
"census_year" BIGINT,
"data_year" BIGINT
);
Anyone who has the link will be able to view this.