From 7ce67c626b268786d7c1028b78f58b66bdb5ee5d Mon Sep 17 00:00:00 2001 From: MarceloCMiguel Date: Tue, 18 Oct 2022 10:46:01 -0300 Subject: [PATCH] Add closed and dtype in TimedeltaIndex parameters doc --- pandas/core/indexes/timedeltas.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandas/core/indexes/timedeltas.py b/pandas/core/indexes/timedeltas.py index 113f76a35e13f..5f83e95735905 100644 --- a/pandas/core/indexes/timedeltas.py +++ b/pandas/core/indexes/timedeltas.py @@ -60,6 +60,11 @@ class TimedeltaIndex(DatetimeTimedeltaMixin): One of pandas date offset strings or corresponding objects. The string 'infer' can be passed in order to set the frequency of the index as the inferred frequency upon creation. + closed : str, default None + Make the interval closed with respect to the given frequency to + the 'left', 'right', or both sides (None). + dtype : numpy.dtype or None, default dtype('