U.S. Petroleum Statistics
Weekly retail fuel prices from the U.S. Energy Information Administration
@usenergy.petroleum
Weekly retail fuel prices from the U.S. Energy Information Administration
@usenergy.petroleum
This dataset contains petroleum-related statistics sourced from the U.S. Energy Information Administration (EIA), with an initial focus on weekly retail fuel prices across the United States.
Currently, it includes one table with historical retail prices for gasoline and diesel, broken down by fuel type, geographic region, and week of observation.
The dataset is designed to be expanded over time to include additional petroleum indicators such as production, consumption, inventories, and market trends.
It supports use cases in transportation analysis, energy economics, policy evaluation, and regional market monitoring.
CREATE TABLE weekly_retail_fuel_prices (
"period" TIMESTAMP,
"duoarea" VARCHAR,
"area_name" VARCHAR,
"product" VARCHAR,
"product_name" VARCHAR,
"process" VARCHAR,
"process_name" VARCHAR,
"series" VARCHAR,
"series_description" VARCHAR,
"value" DOUBLE,
"units" VARCHAR
);Anyone who has the link will be able to view this.