The video discusses usage of pd.to_timedelta() in Python.
Timeline
(Python 3.7)
00:00 - Welcome
00:11 - Outline of video
00:29 - Open Jupyter notebook
00:40 - Create time_delta: integer: unit='ns'
01:32 - Create time_delta: string: '1min'
01:56 - Create time_delta: string: 'hour:minute:second'
02:46 - Create time_delta: string: unit='d'
03:26 - Add time_delta to a Timestamp
04:24 - Create time_delta: list of integer: unit='d'
05:08 - Add time_delta list to a Timestamp
06:03 - Create random dates using to_timedelta()
07:44 - -------------CORRECTION--------------: I meant to say: '... lets say they are the "day"...' (...not year)
08:32 - Ending notes