Data Analysis with Python [freeCodeCamp]


This repository contains solutions to freeCodeCamp’s Data Analysis with Python course projects, demonstrating my skills and understanding of data analysis in Python using pandas, numpy, matplotlib.

Course Modules

The course is structured into five main projects, each focusing on different aspects of data analysis:

  1. Mean-Variance-Standard Deviation Calculator
  2. Demographic Data Analyzer
  3. Medical Data Visualizer
  4. Page View Time Series Visualizer
  5. Sea Level Predictor

Each module directory contains:

  • The main notebook implementing the project.
  • A README.md file providing an overview and the objectives of the project.