Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josewebdev2000/mean-variance-calculator
My Solution to the first challenge of the Data Analysis with Python certification of Freecodecamp
https://github.com/josewebdev2000/mean-variance-calculator
data-science freecodecamp-challenge numpy python
Last synced: 1 day ago
JSON representation
My Solution to the first challenge of the Data Analysis with Python certification of Freecodecamp
- Host: GitHub
- URL: https://github.com/josewebdev2000/mean-variance-calculator
- Owner: josewebdev2000
- Created: 2023-11-18T11:35:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T20:06:54.000Z (12 months ago)
- Last Synced: 2023-11-20T21:25:55.141Z (12 months ago)
- Topics: data-science, freecodecamp-challenge, numpy, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mean Variance Calculator
## Overview
This project is my personal solution of Freecodecamp's first Data Analysis with Python Challenge.
This challenge required me to grab a list of 9 numbers and then use numpy to convert it into a 3D array of 3 numbers each and calculate the following
- mean
- variance
- standard deviation
- maximum
- minimum
- sum
I had to perform those operations for the first and second axis of the numpy array along with the flattened version of it.
## Skills
The following technologies were required to complete this project
- Python
- Numpy
## Copyright