Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Mean Variance Calculator


GDP Cool Img

## 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



© josewebdev2000 2023