Home
last modified time | relevance | path

Searched defs:infer_freq (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-xarray/xarray-0.20.1/xarray/coding/
H A Dfrequencies.py58 def infer_freq(index): function
/dports/math/py-pandas/pandas-1.2.5/pandas/tseries/
H A Dfrequencies.py120 def infer_freq(index, warn: bool = True) -> Optional[str]: function