File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7551,16 +7551,22 @@ def between_time(
7551
7551
Parameters
7552
7552
----------
7553
7553
start_time : datetime.time or str
7554
+ Initial time as a time filter limit.
7554
7555
end_time : datetime.time or str
7556
+ End time as a time filter limit.
7555
7557
include_start : bool, default True
7558
+ Whether the start time needs to be included in the result.
7556
7559
include_end : bool, default True
7560
+ Whether the end time needs to be included in the result.
7557
7561
axis : {0 or 'index', 1 or 'columns'}, default 0
7562
+ Determine range time on index or columns value.
7558
7563
7559
7564
.. versionadded:: 0.24.0
7560
7565
7561
7566
Returns
7562
7567
-------
7563
7568
Series or DataFrame
7569
+ Data from the original object filtered to the specified dates range.
7564
7570
7565
7571
Raises
7566
7572
------
You can’t perform that action at this time.
0 commit comments