This project focuses on analyzing customer behavior data from an e-commerce platform using Python. The objective is to understand how different user activity metrics influence customer spending and to extract meaningful insights through data analysis.
The analysis is performed using a real-world e-commerce customer dataset. It explores relationships between session activity, app usage, website usage, membership duration, and yearly spending. The project is intended for learning data analysis, visualization, and data-driven decision making.
Day6.ipynbβ Jupyter Notebook containing the complete analysisDataset.txtβ Dataset used for analysis
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Total Records: 500
- Total Features: 8
- Address
- Avatar
- Avg. Session Length
- Time on App
- Time on Website
- Length of Membership
- Yearly Amount Spent
- Loaded and explored the dataset
- Checked data shape and structure
- Analyzed feature relationships
- Prepared data for visualization and modeling
- Hands-on experience with Pandas and NumPy
- Understanding of exploratory data analysis (EDA)
- Practical exposure to e-commerce customer data
π LinkedIn: Chandan Vyas
pip install pandas numpy matplotlib seaborn
jupyter notebook Day6.ipynb