Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ _is_monthly
Function
_is_monthly
pandas/tseries/frequencies.py:606–608 ·
view source on GitHub ↗
(rule: str)
Source
from the content-addressed store, hash-verified
604
605
606
def
_is_monthly(rule: str) -> bool:
607
rule = rule.upper()
608
return
rule in (
"M"
,
"BM"
)
609
610
611
def
_is_weekly(rule: str) -> bool:
Callers
2
is_subperiod
Function · 0.85
is_superperiod
Function · 0.85
Calls
1
upper
Method · 0.80
Tested by
no test coverage detected