Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ MemorialDay
Class
MemorialDay
pandas/tests/tseries/holiday/test_federal.py:26–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
def
test_memorial_day():
26
class
MemorialDay(AbstractHolidayCalendar):
27
rules = [USMemorialDay]
28
29
holidays = MemorialDay().holidays(start=
"1971"
, end=
"1980"
).to_pydatetime().tolist()
30
Callers
1
test_memorial_day
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_memorial_day
Function · 0.68