pandas.Timestamp.strptime#
- classmethodTimestamp.strptime(string, format)#
Function is not implemented. Use pd.to_datetime().
Examples
>>> pd.Timestamp.strptime("2023年01月01日", "%d/%m/%y") Traceback (most recent call last): NotImplementedError
Site Navigation
Function is not implemented. Use pd.to_datetime().
Examples
>>> pd.Timestamp.strptime("2023年01月01日", "%d/%m/%y") Traceback (most recent call last): NotImplementedError