Author: Sharp Sight

np.random.randn Explained

In this tutorial, I’ll explain how to use the np.random.randn function (AKA, Numpy random randn). The tutorial is divided up into several different sections, including a quick overview of what...continue reading.

Numpy Floor, Explained

In this tutorial, I’ll explain how to use the Numpy floor function, which is sometime called np.floor. I’ll explain the syntax of np.floor and how the function works. I’ll also...continue reading.

R Data Exploration: covid-19

This tutorial is part of a series of R tutorials analyzing covid-19 data. For parts 1 and 2, see the following posts: https://www.sharpsightlabs.com/blog/r-data-analysis-covid-19-part1-data-wrangling/ https://www.sharpsightlabs.com/blog/r-data-analysis-covid-19-part-2-merge-datasets/ Covid19 analysis, part 3: initial data...continue reading.