12 Standard normal table for proportion below#

%%html
<iframe width="700" height="400" src="https://www.youtube.com/embed/Fo4kitkFB3I/" frameborder="0" allowfullscreen></iframe>
import numpy as np
import pandas as pd
from pandas import Series, DataFrame
import matplotlib.pyplot as plt
import seaborn as sns
from scipy import stats

khanacademy

Standard normal table for proportion below fig 1

x = 161.4 
mu = 150
sigma = 20
z_score = (x - mu) / sigma
z_score
0.5700000000000003