Question
Which of the following is used to generate an index with time delta ?
Answer: Option B
Was this answer helpful ?
Using TimedeltaIndex you can pass string-like, Timedelta, timedelta, or np.timedelta64 objects.
Was this answer helpful ?
Submit Solution