Answers for "changing to date time in pandas"

6

from string to time python dataframe

dfc['Time_of_Sail'] = pd.to_datetime(dfc['Time_of_Sail'],format= '%H:%M:%S' ).dt.time
Posted by: Guest on July-27-2020

Python Answers by Framework

Browse Popular Code Answers by Language