This project analyzes customer behavior for an ecommerce company based in New York City. The company wants to decide whether to focus on improving the mobile app experience or the website. The analysis uses customer data to derive actionable insights.
The dataset (Ecommerce Customer.csv
) includes information such as:
- Customer demographics
- In-store session details
- Spending habits on the mobile app and website
To determine which platform (mobile app or website) contributes more to customer spending and provides better ROI for the business.
- Data Cleaning: Handle missing values and ensure data quality.
- Exploratory Data Analysis (EDA): Analyze trends, correlations, and key metrics.
- Modeling with Linear Regression:
- Predict total spending based on usage of the mobile app and website.
- Evaluate which platform has a stronger impact on spending.
- Visualization: Use plots to represent insights.
- Python 3.8+
- Libraries:
pandas
,numpy
,matplotlib
,seaborn
,scikit-learn
- Clone the repository:
git clone https://github.com/Ankitaghavate/Ecommerce-Customer-Insight-Analysis.git
- Navigate to the folder:
cd Ecommerce-Insight-Analysis
- Install dependencies:
pip install -r requirements.txt
- Run the analysis notebook or script.
- Insights on customer behavior.
- Recommendations for prioritizing mobile app or website improvements.