Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. df_na = df.dropna() # Drop rows with missing data
  2.  
  3. unique_vals = df_na["UniqueComplaintId"].unique() # Using built-in function
  4. to get a list of unique values
Add Comment
Please, Sign In to add comment