Guest User

Untitled

a guest
Mar 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. columns = ['Survived','Pclass','Sex','Age','SibSp','Parch',
  2. 'Fare','Cabin','Embarked']
  3.  
  4. final_data = data.select(columns).na.drop()
Add Comment
Please, Sign In to add comment