python pandas Timestamp to datetime

ex1 (in python) : datetime DB(mysql) --> code


timestamp to datetime

list_3 = pd.to_datetime(sim_df['dt'][_ind])

type(sim_df['dt']) = pandas.timestamp



0 댓글