MCPcopy
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
606def _is_monthly(rule: str) -> bool:
607 rule = rule.upper()
608 return rule in ("M", "BM")
609
610
611def _is_weekly(rule: str) -> bool:

Callers 2

is_subperiodFunction · 0.85
is_superperiodFunction · 0.85

Calls 1

upperMethod · 0.80

Tested by

no test coverage detected