Hey there! Welcome to my "Data Analysis with Python" projects repository. This is from the freeCodeCamp course, and I've put together a bunch of projects here. You'll find different techniques for analyzing data using Python, along with some popular libraries like pandas, numpy, seaborn, and matplotlib. Enjoy exploring and learning!
-
Mean-Variance-Standard Deviation Calculator
- Description: A calculator that computes the mean, variance, and standard deviation.
-
Demographic Data Analyzer
- Description: Analyze demographic data using pandas.
-
Medical Data Visualizer
- Description: Visualize medical examination data using seaborn.
-
Page View Time Series Visualizer
- Description: Visualize time series data of page views on a website.
-
Sea Level Predictor
- Description: Predict the future sea level rise using linear regression.
Each project is contained within its own directory. You can explore the code and run the scripts as needed.
- Python 3.x
- pandas
- numpy
- seaborn
- matplotlib
Install the required libraries using pip:
pip install pandas numpy seaborn matplotlibTo get started with any project, simply navigate to its directory and run the corresponding Python script.