关于Python中的时间表示方式梳理(1)string(2)datetime(3)pandas.Timestamp(4)numpy.datetime64
关于Python中的时间表示方式梳理(1)string(2)datetime(3)pandas.Timestamp(4)numpy.datetime64DataFrame使用中几个注意的点:Mysql使用中几个注意的点:(1)string格式:str示例:‘2020-08-01 09:00:00’使用范围:最广(2)datetime格式(1):datetime.datetime示例:datetime.datetime(2020, 8, 3, 9, 0)格式(2):datetime.date