Baselight

Sales Orders

sales data by customer

@kaggle.vincentcornlius_sales_orders

Loading...
Loading...

About this Dataset

Sales Orders

The dataset comes from a freenium download on the web.
We have added a Margin and Category column for your needs.

  • Order Date
  • Order ID
  • Product
  • Product_ean
  • catégorie
  • Purchase
  • Address
  • Quantity
  • Ordered
  • Price Each
  • Cost price
  • turnover
  • margin

Tables

Sales Data

@kaggle.vincentcornlius_sales_orders.sales_data
  • 6.72 MB
  • 185950 rows
  • 11 columns
Loading...

CREATE TABLE sales_data (
  "order_date" TIMESTAMP,
  "order_id" BIGINT,
  "product" VARCHAR,
  "product_ean" DOUBLE,
  "cat_gorie" VARCHAR,
  "purchase_address" VARCHAR,
  "quantity_ordered" BIGINT,
  "price_each" DOUBLE,
  "cost_price" DOUBLE,
  "turnover" DOUBLE,
  "margin" DOUBLE
);

Share link

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