Baselight

Natural Gas Usage (2014-Now)

Natural Gas Consumption By End Use In The USA From The Past 10+ Years

@kaggle.alistairking_natural_gas_usage

Loading...
Loading...

About this Dataset

Natural Gas Usage (2014-Now)


Natural gas is a versatile and widely used fossil fuel that plays a crucial role in the United States' energy landscape. It is a primary energy source for heating, cooking, and electricity generation in residential, commercial, and industrial settings. This dataset contains monthly natural gas consumption data for the United States from January 2014 to January 2024, broken down by state, sector (residential, commercial, industrial, vehicle fuel, and electric power), and specific consumption process. The data comes from the U.S. Energy Information Administration (EIA).

Each row represents the natural gas consumption value for a specific state, sector, and process. The "value" column provides the consumption amount in millions of cubic feet (MMcf). Some values are missing, likely due to data not being available.

The key columns are:

  • duoarea: State abbreviation
  • area-name: State name
  • product: Energy product (all rows have "EPG0" for Natural Gas)
  • sector: Consumption sector (e.g. "VRS" for residential, "VCS" for commercial)
  • process: Specific consumption process within the sector
  • value: Monthly consumption in millions of cubic feet (MMcf)

This granular dataset allows for detailed analysis of natural gas consumption patterns across states and sectors. It could be used to compare consumption between states, identify the largest consuming sectors in each state, track seasonal consumption trends, and more. The data may be of interest to energy analysts, utility companies, policymakers, and others researching natural gas usage.

Tables

Data

@kaggle.alistairking_natural_gas_usage.data
  • 331.1 KB
  • 37994 rows
  • 12 columns
Loading...

CREATE TABLE data (
  "year" BIGINT,
  "month" BIGINT,
  "duoarea" VARCHAR,
  "area_name" VARCHAR,
  "product" VARCHAR,
  "product_name" VARCHAR,
  "process" VARCHAR,
  "process_name" VARCHAR,
  "series" VARCHAR,
  "series_description" VARCHAR,
  "value" DOUBLE,
  "units" VARCHAR
);

Share link

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