/Mesures_of_central_tendency_calc

Given an n by m matrix , calculate all the measures of central tendency using numpy and pandas.

Primary LanguagePython

Welcome the my first installment project of the data analysis with python certification issued by freeCodeCamp

Creating a function named calculate() in mean_var_std.py that uses Numpy to output the mean, variance, standard deviation, max, min, and sum of the rows, columns, and elements in a 3 x 3 matrix, to expand upon this project it will be generalized to work with an n x m matrix.