python-for-data-and-media-communication-gitbook icon indicating copy to clipboard operation
python-for-data-and-media-communication-gitbook copied to clipboard

datetime conversion

Open hupili opened this issue 6 years ago • 1 comments

pd.to_datetime is a simpler entry point. Though, learning the underlying datetime module is still valuable.

hupili avatar Jan 04 '19 07:01 hupili

@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.

ChicoXYC avatar Jan 15 '19 05:01 ChicoXYC