Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

Pandas Series property: dt.components

Series-dt.components property

The dt.components property is used to return a Dataframe of the components of the Timedeltas.

Syntax:

Series.dt.components
Pandas Series: dt.components property

Example:


Download the Pandas Series Notebooks from here.

Previous: Series.dt.day_name() function
Next: Series-dt.to_pytimedelta() function