pandas.Timestamp.strptime#

classmethod Timestamp.strptime(string, format)#

未实现该函数。请使用 pd.to_datetime()。

Examples

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