Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ dates
Method
dates
pandas/tseries/holiday.py:289–289 ·
view source on GitHub ↗
(self, start_date, end_date, return_name: Literal[True])
Source
from the content-addressed store, hash-verified
287
288
@overload
289
def
dates(self, start_date, end_date, return_name: Literal[True]) -> Series: ...
290
291
@overload
292
def
dates(
Callers
7
test_special_holidays
Function · 0.95
test_holiday_with_exclusion
Function · 0.95
test_holiday_with_multiple_exclusions
Function · 0.95
holidays
Method · 0.80
test_holiday_dates
Function · 0.80
test_holidays_within_dates
Function · 0.80
test_argument_types
Function · 0.80
Calls
10
_reference_dates
Method · 0.95
_apply_rule
Method · 0.95
DatetimeIndex
Class · 0.90
Series
Class · 0.90
max
Function · 0.85
min
Function · 0.85
ravel
Method · 0.45
isin
Method · 0.45
tz_localize
Method · 0.45
difference
Method · 0.45
Tested by
6
test_special_holidays
Function · 0.76
test_holiday_with_exclusion
Function · 0.76
test_holiday_with_multiple_exclusions
Function · 0.76
test_holiday_dates
Function · 0.64
test_holidays_within_dates
Function · 0.64
test_argument_types
Function · 0.64