python-for-data-and-media-communication-gitbook
python-for-data-and-media-communication-gitbook copied to clipboard
datetime conversion
pd.to_datetime
is a simpler entry point. Though, learning the underlying datetime
module is still valuable.
@FLYSTEPHEN Do you want to try for this? you can add a new way to convert the time by pd.to_datetime
, which is equal to parser + apply
. You can pull request once you update.