numpy.datetime64 à datetime

datetime64 = np.datetime64('2022-05-02 16:12:20.123456')

pd.Timestamp(datetime64)
Tomer Mantzuri