Natural Gas Storage Inventory
Detailed Analysis of Natural Gas Storage Levels
@kaggle.noeyislearning_natural_gas_storage_inventory_in_canada
Detailed Analysis of Natural Gas Storage Levels
@kaggle.noeyislearning_natural_gas_storage_inventory_in_canada
This dataset provides a comprehensive overview of natural gas storage inventory in Canada for the month of January 2016. The data is sourced from reliable national statistics, offering a detailed breakdown of opening and closing inventory levels in both cubic metres and gigajoules. The dataset is structured to include key metrics such as storage type, geographical location, and scalar factors, providing a robust foundation for analyzing natural gas storage dynamics within the country.
CREATE TABLE natural_gas_storage_inventory_2016_2024 (
"ref_date" VARCHAR,
"geo" VARCHAR,
"dguid" VARCHAR,
"storage" VARCHAR,
"statistics" VARCHAR,
"uom" VARCHAR,
"uom_id" BIGINT,
"scalar_factor" VARCHAR,
"scalar_id" BIGINT,
"vector" VARCHAR,
"coordinate" VARCHAR,
"value" DOUBLE,
"status" VARCHAR,
"symbol" VARCHAR,
"terminated" VARCHAR,
"decimals" BIGINT
);Anyone who has the link will be able to view this.