Series.dt
can be used to access series values as datetimelike and return multiple properties. Series.dt.second
Pandas Series.dt.second
returns an empty array containing the second of the date and time in base data of this series object.
Syntax: Series.dt.second
Parameter: None
Returns: numpy array
Example # 1: Use the Series.dt.second
attribute to return the seconds of the date and time in the underlying data of this Series object.
|
Output:
Now we will use the Series.dt.second
attribute to return the seconds of the date and time in the underlying data of this Series object.
|
Output:
As we can see from the output, the Series.dt.second
attribute successfully accessed and returned the second of the datetime in the underlying data of this series object.
Example # 2: Use the Series.dt.second
attribute to return the seconds of the date and time in the underlying data of this Series object.
|
Output:
We will now use the Series.dt.second
attribute to return the seconds of the date and time in the underlying data of this Series object.
|
Output:
How we can see from the output that the Series.dt.second
attribute successfully accessed and returned the second of the datetime in the underlying data of the given series object.