Alternative Fueling Station Counts ByState 2007-23
Processed and normalized data set to be used as a cvs file.
@kaggle.omanofx_alternative_fueling_station_counts_bystate_2014_23
Processed and normalized data set to be used as a cvs file.
@kaggle.omanofx_alternative_fueling_station_counts_bystate_2014_23
CREATE TABLE alternative_fueling_station_counts_by_state_2007_2023 (
"state" VARCHAR,
"biodiesel" BIGINT,
"cng" BIGINT,
"e85" BIGINT,
"lng" BIGINT,
"renewable_diesel" BIGINT,
"total" BIGINT,
"year" BIGINT,
"propane_primary" BIGINT,
"propane_secondary" BIGINT,
"propane_total" BIGINT,
"hydrogen_retail" BIGINT,
"hydrogen_non_retail" BIGINT,
"hydrogen_total" BIGINT,
"electric_stations" BIGINT,
"electric_outlets" BIGINT,
"electric_level1" BIGINT,
"electric_level2" BIGINT,
"electric_dc_fast" BIGINT
);
Anyone who has the link will be able to view this.