Skip to content

Commit c94b34d

Browse files
committed
updated docstring for between_time()
1 parent 6aacf78 commit c94b34d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7592,10 +7592,8 @@ def between_time(
75927592
Initial time as a time filter limit.
75937593
end_time : datetime.time or str
75947594
End time as a time filter limit.
7595-
include_start : bool, default True
7596-
Whether the start time needs to be included in the result.
7597-
include_end : bool, default True
7598-
Whether the end time needs to be included in the result.
7595+
inclusive: Include boundaries. Whether to set each bound as closed or open.
7596+
{"both", "neither", "left", "right"}, default "both"
75997597
axis : {0 or 'index', 1 or 'columns'}, default 0
76007598
Determine range time on index or columns value.
76017599

0 commit comments

Comments
 (0)