Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- columns_to_retype = ['last_price', 'floor','balcony', 'airports_nearest']
- for col in columns_to_retype:
- data[col] = data[col].astype('int')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement