Baselight

Dataset-Bundle

This dataset is designed to capture detailed statistics.

@kaggle.willianoliveiragibin_dataset_bundle

Store Dataset Orders New
@kaggle.willianoliveiragibin_dataset_bundle.store_dataset_orders_new

  • 9.7 MB
  • 1048575 rows
  • 9 columns
product_name

Product Name

eval_set

Eval Set

order_id

Order Id

user_id

User Id

product_id

Product Id

order_number

Order Number

order_dow

Order Dow

order_hour_of_day

Order Hour Of Day

days_since_prior_order

Days Since Prior Order

Chocolate Sandwich Cookiesprior253932911128
All-Seasons Saltprior23987951223715
Robust Golden Unsweetened Oolong Teaprior47374713331221
Smart Ones Classic Favorites Mini Rigatoni With Vodka Cream Sauceprior22547361444729
Green Chile Anytime Sauceprior43153415541528
Dry Nose Oilprior33675651662719
Pure Coconut Water With Orangeprior5501351771920
Cut Russet Potatoes Steam N' Mashprior310858818811414
Light Strawberry Blueberry Yogurtprior2295261199116
Sparkling Orange Juice & Prickly Pear Beverageprior2550362110104830

CREATE TABLE store_dataset_orders_new (
  "product_name" VARCHAR,
  "eval_set" VARCHAR,
  "order_id" BIGINT,
  "user_id" BIGINT,
  "product_id" DOUBLE,
  "order_number" BIGINT,
  "order_dow" BIGINT,
  "order_hour_of_day" BIGINT,
  "days_since_prior_order" DOUBLE
);

Share link

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