np.random.seed()
np.random.permutation()
tips_10.loc[np.random.permutation(tips_10.index)[:4], 'total_bill'] = np.NaN