Guido Pereyra
@GuidoPereyra
In this project, you will analyze a dataset of the global average sea level change since 1880. You will use the data to predict the sea level change t
Python
For this project you will visualize time series data using a line chart, bar chart, and box plots. You will use Pandas, matplotlib, and seaborn to vis
Python
In this project, you will visualize and make calculations from medical examination data using matplotlib, seaborn, and pandas.
Python
Create a function that uses Numpy to output the mean, variance, and standard deviation of the rows, columns, and elements in a 3 x 3 matrix.
Python
Write a program to determine the approximate probability of drawing certain balls randomly from a hat.
Python
In this project you will use object oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rect
Python
Write a function named "add_time" that can add a duration to a start time and return the result.
Python
Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side.
Python