Learn practical skills, build real-world projects, and advance your career

Check if Height Follow Normal Distribution with US president Heights

With the well know fact that heights and other naturally occuring things follow normal distribution, In this project, we are using heights of US presidents. We will be running common visualization test such as QQ plot and Histogram to check the relation stands the same

!pip install jovian --upgrade --quiet
import jovian

Importing relevant libraries

import pandas as pd
import matplotlib.pyplot as plt