pd.Timedelta¶
pandas.Timedelta(value=<object object\>, unit="ns", days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0)
Supported Arguments¶
value: Integer (with constant string unit argument), String, Pandas Timedelta, datetime Timedeltaunit: Constant String. Only has an effect when passing an integervalue, see here for allowed values.days: Integerseconds: Integermicroseconds: Integermilliseconds: Integerminutes: Integerhours: Integerweeks: Integer