Time Series Practice Dataset
Synthetic time series data
@kaggle.samuelcortinhas_time_series_practice_dataset
Synthetic time series data
@kaggle.samuelcortinhas_time_series_practice_dataset
CREATE TABLE test (
"date" TIMESTAMP,
"store" BIGINT,
"product" BIGINT,
"number_sold" BIGINT
);
Anyone who has the link will be able to view this.