pandas.Timestamp.strptime #

类方法 时间戳。strptime (字符串,格式) #

功能未实现。使用 pd.to_datetime()。

例子

>>> pd.Timestamp.strptime("2023-01-01", "%d/%m/%y")
Traceback (most recent call last):
NotImplementedError