Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Data Analytics Portfolio

The repository demonstrates practical experience with data cleaning, exploratory analysis, visualization, customer segmentation, predictive analytics, and geospatial analysis using real-world datasets.

Tech Stack

  • Python
  • Pandas
  • NumPy
  • Plotly
  • Jupyter Notebook

Topics Covered

  • 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

How to Run

  1. Clone this repository:
    git clone https://github.com/avetisyanna/python-analytics-portfolio.git
  2. Extract the dataset:
import zipfile

with zipfile.ZipFile("../data/raw/Archive.zip", "r") as zip_ref:
    zip_ref.extractall("../data/raw")
  1. Open the notebooks and explore the analyses.

About

Applying mathematical logic and Python libraries to clean, transform, and analyze complex datasets.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages