Baselight

Transactional Retail Dataset Of Electronics Store

Online Electronics Store Dataset

@kaggle.muhammadshahrayar_transactional_retail_of_electronics_store

Dirty Data
@kaggle.muhammadshahrayar_transactional_retail_of_electronics_store.dirty_data

  • 87.2 KB
  • 500 rows
  • 16 columns
order_id

Order Id

customer_id

Customer Id

date

Date

nearest_warehouse

Nearest Warehouse

shopping_cart

Shopping Cart

order_price

Order Price

delivery_charges

Delivery Charges

customer_lat

Customer Lat

customer_long

Customer Long

coupon_discount

Coupon Discount

order_total

Order Total

season

Season

is_expedited_delivery

Is Expedited Delivery

distance_to_nearest_warehouse

Distance To Nearest Warehouse

latest_customer_review

Latest Customer Review

is_happy_customer

Is Happy Customer

ORD182494ID61972115922019-06-22Thompson[('Lucent 330S', 1), ('Thunder line', 2), ('iStream', 2), ('pearTV', 1)]1220079.89-37.8151052144.93284341011059.89Wintertrue1.28perfect phone and trusted seller. phone itself is amazing. i got this phone as shown here on the description. it came in with original packaging including all original accessories. yes this phone is unlocked, so no doubt about it.true
ORD395518ID02828258492019-12-29Thompson[('Thunder line', 1), ('Universe Note', 2)]908062.71-37.8027362144.95111789142.71Summer1.1621it keeps dropping calls the wifi don't work this is a waste of money this phone is worthless, it keeps dropping calls the wifi don't work this is a waste of money
ORD494479ID05793918912019-03-02Nickolson[('Thunder line', 1), ('pearTV', 2)]1067065.87-37.8213016144.9575809109668.87Autumn1.0949five stars this is a great cheap phone.true
ORD019224ID45445619042019-01-12Nickolson[('Universe Note', 1), ('Alcon 10', 2), ('Olivia x460', 1), ('iAssist Line', 1)]2480057.61-37.8114157144.97307291521137.61Summer0.8571charger did not fit the charger didn't fit.
ORD104032ID62315063202019-11-28Nickolson[('Universe Note', 1), ('Olivia x460', 1), ('iStream', 1), ('Toshika 750', 1)]914575.5437.8238586144.9698923256934.29Spring0.5867four stars goodtrue
ORD146760ID03116549002019-09-16Bakers[('Thunder line', 2), ('Universe Note', 1)]781071.2237.8202452145.0149442107100.22Spring2.0752stolen phone sold us a stolen phone so we couldn't activate it. we ended up returning it and just purchasing a new one through our phone plan.
ORD337984ID33947689562019-09-14Thompson[('Candle Inferno', 1), ('Alcon 10', 1), ('Toshika 750', 1)]1370074.84-37.8077429144.9515704513089.84Spring0.6767love our inferno stick,easy to set up and have loads of shows for free and plenty to rent or buy.we also use pluto tv and tubi so that's even more tv.iassist makes it so easy to find any show or movie i want.we love the money we save.true
ORD072312ID07745171212019-05-23Thompson[('Universe Note', 1), ('Thunder line', 2), ('iStream', 1)]796052.28-37.8063372144.9595445510789.79Autumn1.3043it sucks mine came with dead pixels
ORD377837ID47692653552019-10-09Bakers[('Alcon 10', 2), ('Thunder line', 1), ('Candle Inferno', 2), ('iAssist Line', 2)]25390107.58-37.8108099145.01407351022958.58Springtrue1.6595this is how top phone should look like! super fast phone. overall no single issue found. or at last i did not consider. works flawless. super slim design is amazing. screen color and brightness tuned perfectly. best phone for suretrue
ORD462194ID53015685792019-03-21Thompson[('Universe Note', 1), ('Lucent 330S', 1), ('Toshika 750', 2)]1332062.26-37.808675144.94233681511384.26wintertrue0.6093does not live up to its reputation. customer service at olivia is the worst. phone is horrible. do not buy this phone. the touch response is bad. customer service is horrible at olivia stay away.

CREATE TABLE dirty_data (
  "order_id" VARCHAR,
  "customer_id" VARCHAR,
  "date" VARCHAR,
  "nearest_warehouse" VARCHAR,
  "shopping_cart" VARCHAR,
  "order_price" BIGINT,
  "delivery_charges" DOUBLE,
  "customer_lat" DOUBLE,
  "customer_long" DOUBLE,
  "coupon_discount" BIGINT,
  "order_total" DOUBLE,
  "season" VARCHAR,
  "is_expedited_delivery" BOOLEAN,
  "distance_to_nearest_warehouse" DOUBLE,
  "latest_customer_review" VARCHAR,
  "is_happy_customer" BOOLEAN
);

Share link

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