Skip to content

Instantly share code, notes, and snippets.

@itsderek23
Created April 11, 2019 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsderek23/39f7a363f9cc2f4be885d1f09404c54d to your computer and use it in GitHub Desktop.
Save itsderek23/39f7a363f9cc2f4be885d1f09404c54d to your computer and use it in GitHub Desktop.
df_users.index = pd.to_numeric(df_users.index, errors='coerce')
df_users = df_users[df_users.index.notnull()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment