Baselight

Transactional Retail Dataset Of Electronics Store

Online Electronics Store Dataset

@kaggle.muhammadshahrayar_transactional_retail_of_electronics_store

Missing Data
@kaggle.muhammadshahrayar_transactional_retail_of_electronics_store.missing_data

  • 87.51 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

ORD382112ID0289597187Wed Mar 06 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Thompson[('pearTV', 1), ('Candle Inferno', 2)]717061.72-37.8117825144.9519722156156.22Autumntrue0.4425to many adds in ui it has adds, sends info to manufacture,False
ORD378488ID1668523020Sun May 05 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Thompson[('Thunder line', 1), ('Lucent 330S', 2), ('Alcon 10', 1)]1359065.2-37.8082365144.94218111012296.2Autumn0.6547s10e haven't had this phone but a short time but i have fallen in love lolTrue
ORD279446ID0370751503Sun Mar 24 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Bakers[('Candle Inferno', 2), ('Universe Note', 1)]431078.75-37.8129413144.9858829153742.25nantrue0.8852best bang for your buck! great overall android phone, no damages during shipping and after a month phone performance hasn't declined, would recommend to anyone who wants to get a upgrade.True
ORD277196ID0634774947Sat Jan 12 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Thompson[('pearTV', 1), ('Thunder line', 1), ('Olivia x460', 2)]1094092.59-37.8117484144.9381916258297.59Summertrue0.7875good it was a gift for my niece. it to her in jamaica.True
ORD116193ID3313210924Mon Sep 02 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Nickolson[('pearTV', 2), ('Universe Note', 2), ('Thunder line', 1)]2170095.62-37.8183928144.9670339520710.62Springtrue0.2225excellent product excellent product, was received as described, was delivered at the correct time.True
ORD005004ID0472236192Tue May 07 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Nickolson[('Thunder line', 2), ('Lucent 330S', 2)]682084.09-37.8015018144.96610386904.09Autumntrue1.9268i love it very nice and good product would recomend to othersTrue
ORD296379ID0591306178Sat Jan 19 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Nickolson[('Thunder line', 1), ('pearTV', 1)]849077.51-37.8237144.95631438567.51Summer1.2953great phone great phone i am still using that and learning more and more about it everyday i still have it and have gone through one case and put a new case onTrue
ORD447851ID0591430562Thu Feb 07 2019 00:00:00 GMT+0000 (Coordinated Universal Time)nan[('Alcon 10', 2), ('Toshika 750', 2), ('Universe Note', 1), ('Olivia x460', 2)]3244067.27-37.8174124144.96759530885.27Summer0.2169five stars it was a gift, my nephew is loving it.True
ORD078449ID0030287324Sun Oct 20 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Nickolson[('Olivia x460', 2), ('iAssist Line', 2)]6900105.5-37.8070811144.9672879155970.5Springtrue1.2971definitively would buy again. has been great to me for the past months. highly suggest for people who want to buy an up to date phone but do not want to pay for the newest universe out.True
ORD018258ID0245537598Mon May 27 2019 00:00:00 GMT+0000 (Coordinated Universal Time)Nickolson[('Universe Note', 1), ('Lucent 330S', 1), ('iAssist Line', 1), ('iStream', 2)]720565.39-37.8101638144.9668186156189.64Autumn0.9688my best snapchat phone my snapchats are crystal clear with nice zoom focus. has wide vertical lens capturing a lot in one frame. phones overall performance is smooth and fast. phone is large but overall is the perfect size for cargo pant pockets.True

CREATE TABLE missing_data (
  "order_id" VARCHAR,
  "customer_id" VARCHAR,
  "date" TIMESTAMP,
  "nearest_warehouse" VARCHAR,
  "shopping_cart" VARCHAR,
  "order_price" DOUBLE,
  "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" VARCHAR
);

Share link

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