Baselight

TechSales Bakutech

A Comprehensive Dataset for Bakutech

@kaggle.farhadzeynalli_techsales_bakutech

Sales Data
@kaggle.farhadzeynalli_techsales_bakutech.sales_data

  • 119.88 KB
  • 10000 rows
  • 7 columns
orderdate

OrderDate

stockdate

StockDate

ordernumber

OrderNumber

productkey

ProductKey

customerkey

CustomerKey

orderlineitem

OrderLineItem

orderquantity

OrderQuantity

Fri Apr 29 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Mon May 23 2022 00:00:00 GMT+0000 (Coordinated Universal Time)12004211
Wed Dec 14 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Aug 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)215062311
Fri Aug 12 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Dec 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)3207123611
Sun Dec 18 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Sep 06 2022 00:00:00 GMT+0000 (Coordinated Universal Time)4143110511
Wed Jan 05 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Feb 16 2022 00:00:00 GMT+0000 (Coordinated Universal Time)516194511
Thu Mar 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Jul 26 2022 00:00:00 GMT+0000 (Coordinated Universal Time)619385011
Tue Dec 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Aug 17 2022 00:00:00 GMT+0000 (Coordinated Universal Time)713685211
Mon Aug 29 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Jul 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)8102122011
Wed Nov 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Aug 22 2022 00:00:00 GMT+0000 (Coordinated Universal Time)916737811
Sat Sep 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Jan 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)1012193111

CREATE TABLE sales_data (
  "orderdate" TIMESTAMP,
  "stockdate" TIMESTAMP,
  "ordernumber" BIGINT,
  "productkey" BIGINT,
  "customerkey" BIGINT,
  "orderlineitem" BIGINT,
  "orderquantity" BIGINT
);

Share link

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