Skip to content

Instantly share code, notes, and snippets.

@izikeros
Created August 8, 2019 05:44
Show Gist options
  • Select an option

  • Save izikeros/b6ce02c0acb86b7a2d62f00ce1554013 to your computer and use it in GitHub Desktop.

Select an option

Save izikeros/b6ce02c0acb86b7a2d62f00ce1554013 to your computer and use it in GitHub Desktop.
convert pandas column to another type without warnings
# convert to datetime without warnings
meta_df= meta_df.astype({'eventDate': 'datetime64'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment