The repository demonstrates practical experience with data cleaning, exploratory analysis, visualization, customer segmentation, predictive analytics, and geospatial analysis using real-world datasets.
- Python
- Pandas
- NumPy
- Plotly
- Jupyter Notebook
- Data cleaning & preprocessing
- Exploratory Data Analysis (EDA)
- Interactive visualizations
- Time series analysis
- Customer segmentation (RFM)
- Cohort analysis
- A/B testing
- Linear & Logistic Regression
- K-Means Clustering
- Geospatial analysis
- Clone this repository:
git clone https://github.com/avetisyanna/python-analytics-portfolio.git
- Extract the dataset:
import zipfile
with zipfile.ZipFile("../data/raw/Archive.zip", "r") as zip_ref:
zip_ref.extractall("../data/raw")- Open the notebooks and explore the analyses.