Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.4 KB

File metadata and controls

50 lines (32 loc) · 1.4 KB

Data Analysis — Python

Exploratory data analysis (EDA) projects using Python, Pandas, and Matplotlib. This repository collects notebooks and scripts built while developing data analyst skills.


Tech

Python Pandas Matplotlib Jupyter


Notebooks

Notebook Description Dataset
titanic_eda.ipynb Exploratory analysis of the Titanic passenger dataset Titanic (seaborn built-in)

More notebooks will be added as the Google Data Analytics Certificate progresses.


Getting Started

# Clone the repo
git clone https://github.com/giri-bikash/data-analysis-python.git
cd data-analysis-python

# Install dependencies
pip install pandas matplotlib seaborn jupyter

# Launch Jupyter
jupyter notebook notebooks/

Goals

  • Build a portfolio of real-world EDA projects
  • Apply skills from the Google Data Analytics Certificate
  • Explore Canadian labour market and public datasets

Part of Bikash Giri's data analytics learning journey — Sheridan College, Computer Systems Technology