Guest User

Untitled

a guest
Jan 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cat_cols = ['vehicle_type', 'gearbox', 'model', 'fuel_type', 'unrepaired_damage']
  2. for column in cat_cols:
  3. autos_IQR.fillna(autos_IQR[column].mode()[0], inplace=True)
Add Comment
Please, Sign In to add comment