Skip to content

Data Analysis with Python Projects from freeCodeCamp

Notifications You must be signed in to change notification settings

hrtnisri2016/dap-projects

Repository files navigation

Data Analysis with Python Projects from freeCodeCamp

There are five projects that must be completed in order to obtain the Data Analysis with Python Certification from freeCodeCamp. This repository contains every piece of Python code I've written.

  1. Mean-Variance-Standard Deviation Calculator

In this project, I created the calculate() function in mean_var_std.py, which uses Numpy to produce the mean, variance, standard deviation, maximum, minimum, and sum of the rows, columns, and elements in a 3 x 3 matrix. You can read more about it here or run the code directly from my replit.

  1. Demographic Data Analyzer

Given a dataset of demographic data that was collected from the 1994 Census database, I used Pandas to analyze the demographic data for this task. You can read more about it here or run the code directly from my replit.

  1. Medical Data Visualizer

In this project, I used matplotlib, seaborn, and pandas to visualize and calculate data from medical examination data. You can read more about it here or run the code directly from my replit.

  1. Page View Time Series Visualizer

In this assignment, I used line charts, bar charts, and box plots to depict time series data. I visualized a dataset including the daily page views on the freeCodeCamp.org forum from 2016-05-09 to 2019-12-03 using Pandas, Matplotlib, and Seaborn. Thanks to data visualizations, I can better comprehend visitation trends and spot yearly and monthly growth. You can read more about it here or run the code directly from my replit.

  1. Sea Level Predictor

In this project, I examined data on the global average sea level change since 1880 and utilized the analysis to forecast sea level rise through the year 2050. You can read more about it here or run the code directly from my replit.

Releases

No releases published

Packages

No packages published

Languages