This repository contains various data analysis projects. Each project is organized into its own directory under the projects directory.
- Description: Analysis of Netflix's dataset to uncover trends and insights about content distribution, genres, and viewing patterns.
- Location:
projects/netflix-data-analysis - Status: Completed
- Description: Analysis of San Francisco city employee compensation data to explore salary patterns, departmental differences, and compensation trends.
- Location:
projects/San Francisco city employee salary_project - Status: In Progress
Each project is self-contained with its own README file, dataset, and analysis notebooks. Navigate to any project folder to get started with that specific analysis.
data-analysis/
├── README.md # This file
├── .gitignore # Git ignore patterns
└── projects/ # All analysis projects
├── netflix-data-analysis/ # Netflix analysis project
└── San Francisco city employee salary_project/ # SF salary analysis project
Feel free to explore each project's README for more detailed instructions and information.