Baselight

Monthly Canadian Crude Oil Production Data

Measured in cubic metres and barrels per month. From Jan. 2016 to Jun. 2024.

@kaggle.noahjanes_canadian_crude_oil_production_time_series_data

Loading...
Loading...

About this Dataset

Monthly Canadian Crude Oil Production Data

Description

This dataset comprises a single .csv file containing monthly time-series crude oil production data for all of Canada. The months for which data is available range from January of 2016 to June of 2024. Measurements are available in cubic metres and in barrels. The file also contains Western Canada Select (WCS) and West Texas Intermediate (WTI) average monthly price data.


Publishers

Tables

Canada Crudeproduction 2016–2024

@kaggle.noahjanes_canadian_crude_oil_production_time_series_data.canada_crudeproduction_2016_2024
  • 7.62 KB
  • 102 rows
  • 5 columns
Loading...

CREATE TABLE canada_crudeproduction_2016_2024 (
  "date" TIMESTAMP,
  "crude_m3" BIGINT,
  "crude_bbl" BIGINT,
  "wcs_price" DOUBLE,
  "wti_price" DOUBLE
);

Share link

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