pandas.Timestamp.asm8 #

时间戳。asm8 #

返回 numpy datetime64 格式(以纳秒为单位)。

例子

>>> ts = pd.Timestamp(2020, 3, 14, 15)
>>> ts.asm8
numpy.datetime64('2020-03-14T15:00:00.000000')