pandas.Period.second — pandas 0.25.3 documentation (original) (raw)
Get the second component of the Period.
p = pd.Period("2018-03-11 13:03:12.050000") p.second 12
Get the second component of the Period.
p = pd.Period("2018-03-11 13:03:12.050000") p.second 12