Baselight

Predict Jewel Prices

A Synthetic Time Series Dataset for Predicting Daily Sales

@kaggle.stealthtechnologies_predict_jewel_prices

Loading...
Loading...

About this Dataset

Predict Jewel Prices

Description

This dataset contains information about the daily sales revenue of various (imaginary) jewelry stores. The dataset is structured to facilitate time series analysis and machine learning tasks, specifically for predicting sales patterns and trends.

NOTE: Dataset is synthetic

Column Name Data Type Description
Date DateTime The date of the recorded sales revenue.
Store Name (Sales) Float The Sales & name of the jewelry store.
. // //
. // //
. // //
Nth Store Name (Sales) // The Sales & name of the jewelry store.

Tables

Jewel Sales

@kaggle.stealthtechnologies_predict_jewel_prices.jewel_sales
  • 54.36 KB
  • 789 rows
  • 10 columns
Loading...

CREATE TABLE jewel_sales (
  "date" TIMESTAMP,
  "bijoux_chic" DOUBLE,
  "bright_gems" DOUBLE,
  "eclat_dor" DOUBLE,
  "elegant_jewels" DOUBLE,
  "gem_hub" DOUBLE,
  "gema_brillante" DOUBLE,
  "la_perla" DOUBLE,
  "pearl_place" DOUBLE,
  "tesoros" DOUBLE
);

Share link

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