Natural Gas Prices
Monthly and Daily prices of Natural gas, starting from January 1997
@kaggle.joebeachcapital_natural_gas_prices
Monthly and Daily prices of Natural gas, starting from January 1997
@kaggle.joebeachcapital_natural_gas_prices
CREATE TABLE daily (
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE monthly (
"month" TIMESTAMP,
"price" DOUBLE
);
Anyone who has the link will be able to view this.