Advertisement
korenizla

Untitled

Sep 7th, 2022
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. columns_to_retype = ['last_price', 'floor','balcony', 'airports_nearest']
  2. for col in columns_to_retype:
  3. data[col] = data[col].astype('int')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement