EIA - Electricity Retail Sales
Empowering Insights: U.S. Electricity Retail Sales Data (2010-2023)
@kaggle.zaidpatel9597_eia_electricity_retail_sales_2010_2023
Empowering Insights: U.S. Electricity Retail Sales Data (2010-2023)
@kaggle.zaidpatel9597_eia_electricity_retail_sales_2010_2023
Source: U.S. Energy Information Administration (Nov 2023).
This dataset, extracted from the U.S. Energy Information Administration (EIA) website, provides a comprehensive overview of electricity retail sales in the United States from the year 2010 to 2023. With 58,032 entries, the dataset encompasses crucial information in 13 columns, each offering valuable insights into the dynamics of the electricity market.
Researchers, analysts, and enthusiasts in the energy sector can leverage this dataset to explore patterns, identify trends, and derive valuable insights into the dynamics of electricity retail sales across different states and sectors in the United States over the specified time period. The dataset's structure, coupled with its temporal and geographical dimensions, makes it a valuable resource for those interested in energy economics.
Medium Article: Decoding the U.S. Electricity Market: Unraveling Dynamics through Data Exploration, Predictive Modeling, and Time Series Forecasting
CREATE TABLE electricity_retailsales_data_2010_23 (
"period" TIMESTAMP,
"stateid" VARCHAR,
"statedescription" VARCHAR,
"sectorid" VARCHAR,
"sectorname" VARCHAR,
"customers" DOUBLE,
"price" DOUBLE,
"revenue" DOUBLE,
"sales" DOUBLE,
"customers_units" VARCHAR,
"price_units" VARCHAR,
"revenue_units" VARCHAR,
"sales_units" VARCHAR
);
Anyone who has the link will be able to view this.