hupili / python-for-data-and-media-communication-gitbook

An open source book on Python tailed for communication students with zero background
117 stars 62 forks source link

datetime conversion #138

Open hupili opened 5 years ago

hupili commented 5 years ago

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

ChicoXYC commented 5 years ago

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