This project explores and analyzes Amazon product reviews using two publicly available datasets. The main goal is to understand customer sentiment, product performance, and sales distribution through exploratory data analysis and basic text analytics.
- Python
- Pandas, NumPy
- Matplotlib, Seaborn
- WordCloud
- Kaggle API
- Downloading and organizing datasets from Kaggle
- Cleaning and preprocessing raw data
- Visualizing trends in customer sentiment and product categories
- Exploring the relationship between reviews and ratings
- Optional sentiment analysis on review text
π¦ Amazon-Review-Analysis
β£ π notebook.ipynb
β£ π dataset/
β£ π README.md
- Install required libraries:
pip install kaggle pandas matplotlib seaborn wordcloud