This repository contains a collection of data analysis and visualization projects implemented in Python, as part of the freeCodeCamp Data Analysis with Python course.
The projects utilize libraries like Pandas, Matplotlib, and Scipy to analyze and visualize various datasets.
-
Mean, Variance, and Standard Deviation Calculator
A project to calculate the mean, variance, and standard deviation of a given dataset. This tool can be used to perform basic statistical analysis on numerical data. -
Demographic Data Analyzer
An analysis of demographic data to explore the patterns and trends in population statistics, such as age, sex, and other demographic attributes. -
Medical Data Visualizer
A visualization tool for medical data, providing insights into the distribution and trends in health-related datasets, helping to identify potential patterns in the data. -
Page View Time Series Visualizer
A project focused on visualizing time series data related to page views, helping to track and interpret trends in user engagement over time. -
Sea Level Predictor
This project visualizes the sea level rise over time using historical data, with predictions for the future based on linear regression models. It predicts sea level rise up to the year 2050.
- Python
- Pandas
- Matplotlib
- Scipy
- Numpy
To run the projects locally:
-
Clone this repository:
git clone https://github.com/your-username/repository-name.git
-
Navigate to the project folder and install the required dependencies:
pip install pandas matplotlib scipy numpy
-
Run the Python scripts:
python script_name.py
Each project folder contains its own specific README.md for more details about that particular project.
This repository is licensed under the MIT License.
Feel free to explore and experiment with the code. Contributions are welcome!