Baselight

SalesDataAnalysis

"Uncovering Profitable Insights: Navigating Sales Data for Strategic Growth"

@kaggle.aemyjutt_salesdata

Sales Data
@kaggle.aemyjutt_salesdata.sales_data

  • 6.72 MB
  • 185950 rows
  • 11 columns
order_date

Order Date

order_id

Order ID

product

Product

product_ean

Product Ean

cat_gorie

Catégorie

purchase_address

Purchase Address

quantity_ordered

Quantity Ordered

price_each

Price Each

cost_price

Cost Price

turnover

Turnover

margin

Margin

Tue Jan 22 2019 21:25:00 GMT+0000 (Coordinated Universal Time)141234iPhone5638008983335Vêtements944 Walnut St, Boston, MA 022151700231700469
Mon Jan 28 2019 14:15:00 GMT+0000 (Coordinated Universal Time)141235Lightning Charging Cable5563319511488Alimentation185 Maple St, Portland, OR 97035114.957.47514.957.475
Thu Jan 17 2019 13:33:00 GMT+0000 (Coordinated Universal Time)141236Wired Headphones2113973395220Vêtements538 Adams St, San Francisco, CA 94016211.995.99523.9811.99
Sat Jan 05 2019 20:33:00 GMT+0000 (Coordinated Universal Time)14123727in FHD Monitor3069156759167Sports738 10th St, Los Angeles, CA 900011149.9997.4935149.9952.4965
Fri Jan 25 2019 11:59:00 GMT+0000 (Coordinated Universal Time)141238Wired Headphones9692680938163Électronique387 10th St, Austin, TX 73301111.995.99511.995.995
Tue Jan 29 2019 20:22:00 GMT+0000 (Coordinated Universal Time)141239AAA Batteries (4-pack)2953868554188Alimentation775 Willow St, San Francisco, CA 9401612.991.4952.991.495
Sat Jan 26 2019 12:16:00 GMT+0000 (Coordinated Universal Time)14124027in 4K Gaming Monitor5173670800988Vêtements979 Park St, Los Angeles, CA 900011389.99128.69670000000002389.99261.2933
Sat Jan 05 2019 12:04:00 GMT+0000 (Coordinated Universal Time)141241USB-C Charging Cable8051736777568Vêtements181 6th St, San Francisco, CA 94016111.955.97511.955.975
Tue Jan 01 2019 10:30:00 GMT+0000 (Coordinated Universal Time)141242Bose SoundSport Headphones1508418177978Électronique867 Willow St, Los Angeles, CA 90001199.9949.99599.9949.995
Tue Jan 22 2019 21:20:00 GMT+0000 (Coordinated Universal Time)141243Apple Airpods Headphones1386344211590Électronique657 Johnson St, San Francisco, CA 94016115097.515052.5

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.