07 Estimating mean and median in data displays
07 Estimating mean and median in data displays#
%%html
<iframe width="700" height="400" src="https://www.youtube.com/embed/rb-T5ppxJk0/" frameborder="0" allowfullscreen></iframe>
import numpy as np
import pandas as pd
from pandas import Series, DataFrame
import matplotlib.pyplot as plt