Baselight

Sales And Satisfaction

Exploring the Impact of Interventions on Sales Performance and Satisfaction

@kaggle.matinmahmoudi_sales_and_satisfaction

Sales With Nans V1–3
@kaggle.matinmahmoudi_sales_and_satisfaction.sales_with_nans_v1_3

  • 328.25 KB
  • 10000 rows
  • 7 columns
group

Group

customer_segment

Customer Segment

sales_before

Sales Before

sales_after

Sales After

customer_satisfaction_before

Customer Satisfaction Before

customer_satisfaction_after

Customer Satisfaction After

purchase_made

Purchase Made

ControlHigh Value240.5483589001639300.007567530255674.68476650922942No
TreatmentHigh Value246.8621142097213381.3375545299784100100Yes
ControlHigh Value156.97808447859475179.3304635114360298.78073492771196100No
ControlMedium Value192.1267083410125229.278031144977849.3337656840319439.81184102884268Yes
nanHigh Value229.685622531186383.9748522487.73859146013874Yes
Treatmentnan135.5730030724036218.5599879362431258.07534156028853569.40491770418247No
ControlHigh Value191.71391751322253222.409356295356789.9678270421845585.12097519074193Yes
ControlLow Value173.75255497726224213.168231916939266.9847106756606567.88155831219294nan
nanHigh Value208.3085772248.178829740611995.366669910618284.79029369447808Yes
TreatmentHigh Value235.07149317447795352.756872079608972.9198514558121270.75322510464026No

CREATE TABLE sales_with_nans_v1_3 (
  "group" VARCHAR,
  "customer_segment" VARCHAR,
  "sales_before" DOUBLE,
  "sales_after" DOUBLE,
  "customer_satisfaction_before" DOUBLE,
  "customer_satisfaction_after" DOUBLE,
  "purchase_made" VARCHAR
);

Share link

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