One dataset contains missing values (NaNs) and the other does not. These datasets contain information on sales and customer satisfaction before and after an intervention, as well as purchase data for control and treatment groups. The dataset is synthetic and was created for use in statistical analysis.
This is an original dataset.
Features
Group
- Description: Indicates whether the data point belongs to the Control or Treatment group.
- Categories:
Control
, Treatment
Customer_Segment
- Description: Categorizes customers based on their value.
- Categories:
High Value
, Medium Value
, Low Value
Sales_Before
- Description: Sales figures before the intervention.
- Data Type: Numerical
Sales_After
- Description: Sales figures after the intervention.
- Data Type: Numerical
Customer_Satisfaction_Before
- Description: Customer satisfaction scores before the intervention.
- Data Type: Numerical
Customer_Satisfaction_After
- Description: Customer satisfaction scores after the intervention.
- Data Type: Numerical
Purchase_Made
- Description: Indicates whether a purchase was made after the intervention.
- Categories:
Yes
, No