Created
August 8, 2019 05:44
-
-
Save izikeros/b6ce02c0acb86b7a2d62f00ce1554013 to your computer and use it in GitHub Desktop.
convert pandas column to another type without warnings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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