Baselight

US Energy Generation 2001-2022

Monthly Generation by State, type of producer and type of source

@kaggle.kevinmorgado_us_energy_generation_2001_2022

States
@kaggle.kevinmorgado_us_energy_generation_2001_2022.states

  • 3.62 KB
  • 51 rows
  • 3 columns
state

State

abbrev

Abbrev

code

Code

AlabamaAla.AL
AlaskaAlaskaAK
ArizonaAriz.AZ
ArkansasArk.AR
CaliforniaCalif.CA
ColoradoColo.CO
ConnecticutConn.CT
DelawareDel.DE
District of ColumbiaD.C.DC
FloridaFla.FL

CREATE TABLE states (
  "state" VARCHAR,
  "abbrev" VARCHAR,
  "code" VARCHAR
);

Share link

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