Baselight

Retail Insights: A Comprehensive Sales Dataset

Uncover Trends, Optimize Strategies, and Excel in Retail Analytics with this Rob

@kaggle.rajneesh231_retail_insights_a_comprehensive_sales_dataset

Data
@kaggle.rajneesh231_retail_insights_a_comprehensive_sales_dataset.data

  • 211.84 KB
  • 5000 rows
  • 24 columns
order_no

Order No

order_date

Order Date

customer_name

Customer Name

address

Address

city

City

state

State

customer_type

Customer Type

account_manager

Account Manager

order_priority

Order Priority

product_name

Product Name

product_category

Product Category

product_container

Product Container

ship_mode

Ship Mode

ship_date

Ship Date

cost_price

Cost Price

retail_price

Retail Price

profit_margin

Profit Margin

order_quantity

Order Quantity

sub_total

Sub Total

discount

Discount %

discount_66c100

Discount $

order_total

Order Total

shipping_cost

Shipping Cost

total

Total

4293-102-09-2014Vivek Sundaresam152 Bunnerong Road,EastgardensSydneyNSWSmall BusinessTina CarltonCriticalUGen Ultra Professional Cordless Optical SuiteOffice SuppliesSmall BoxRegular Air04-09-2014$156.50$300.97$144.4723$4,533.522%$194.83$4,757.22$7.18$4,291.55
5001-124-10-2015Shahid Hopkins438 Victoria Avenue,ChatswoodSydneyNSWCorporateNatasha SongMediumBagged Rubber BandsOffice SuppliesSmall PackRegular Air26-10-2015$0.24$1.26$1.028$45.203%$0.00$45.90$0.70$46.91
5004-113-03-2014Dennis Pardue412 Brunswick St,FitzroyMelbourneVICConsumerConnor BettsNot SpecifiedTechSavi Cordless Navigator DuoOffice SuppliesSmall BoxRegular Air13-03-2014$42.11$80.98$38.8745$873.324%$72.23$837.57$7.18$82.58
5009-118-02-2013Sean Wendt145 Ramsay St,HaberfieldSydneyNSWSmall BusinessPhoebe GourCriticalArtisan Printable Repositionable Plastic TabsOffice SuppliesWrap BagRegular Air20-02-2013$5.33$8.60$3.2716$73.521%$4.35$740.67$6.19$730.92
5010-113-09-2014Christina Vanderzanden188 Pitt Street,SydneySydneyNSWSmall BusinessTina CarltonNot SpecifiedPizazz Drawing Pencil SetOffice SuppliesWrap BagExpress Air17-09-2014$1.53$2.78$1.2549$138.467%$5.95$123.77$1.34$125.97
5011-124-11-2013Patrick OBrill53 Riley Street,WoolloomoolooSydneyNSWHome OfficeTina CarltonNot SpecifiedAlto Parchment Paper, Assorted ColorsOffice SuppliesWrap BagRegular Air26-11-2013$4.59$7.28$2.6945$197.368%$12.98$183.58$11.15$189.43
5012-107-09-2014Eugene Moren85-113 Dunning Ave,RoseberySydneyNSWConsumerMihael KhanNot SpecifiedSmiths Metal Binder ClipsOffice SuppliesSmall BoxRegular Air07-09-2014$1.60$2.62$1.0245$65.504%$5.90$59.62$0.80$60.45
5012-128-01-2015Phillip FlathmannMacquarie Centre Cnr Herring Road & Waterloo Road,Macquarie ParkSydneyNSWHome OfficeNicholas FernandesMediumSmiths Metal Binder ClipsTechnologySmall BoxRegular Air29-01-2015$1.60$2.62$1.0234$24.922%$2.49$22.43$0.80$27.43
5014-108-06-2014John Lee180 High Street,WindsorMelbourneVICHome OfficeConnor BettsNot SpecifiedArtisan Hole ReinforcementsOffice SuppliesWrap BagRegular Air10-06-2014$3.99$6.23$2.2425$194.3610%$15.93$178.12$6.97$189.45
5015-102-10-2014Ritsa Hightower1/160 Anzac Parade,KensingtonSydneyNSWCorporateNatasha SongCriticalUGen Ultra Professional Cordless Optical SuiteOffice SuppliesSmall BoxRegular Air04-10-2014$156.50$300.97$144.4742$1,079.624%$30.83$1,753.33$7.18$1,705.42

CREATE TABLE data (
  "order_no" VARCHAR,
  "order_date" VARCHAR,
  "customer_name" VARCHAR,
  "address" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "customer_type" VARCHAR,
  "account_manager" VARCHAR,
  "order_priority" VARCHAR,
  "product_name" VARCHAR,
  "product_category" VARCHAR,
  "product_container" VARCHAR,
  "ship_mode" VARCHAR,
  "ship_date" VARCHAR,
  "cost_price" VARCHAR,
  "retail_price" VARCHAR,
  "profit_margin" VARCHAR,
  "order_quantity" DOUBLE,
  "sub_total" VARCHAR,
  "discount" VARCHAR,
  "discount_66c100" VARCHAR,
  "order_total" VARCHAR,
  "shipping_cost" VARCHAR,
  "total" VARCHAR
);

Share link

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