File manager - Edit - /usr/local/lib/python3.9/dist-packages/pandas/tests/indexes/period/test_resolution.py
Back
import pytest import pandas as pd class TestResolution: @pytest.mark.parametrize( "freq,expected", [ ("Y", "year"), ("Q", "quarter"), ("M", "month"), ("D", "day"), ("h", "hour"), ("min", "minute"), ("s", "second"), ("ms", "millisecond"), ("us", "microsecond"), ], ) def test_resolution(self, freq, expected): idx = pd.period_range(start="2013-04-01", periods=30, freq=freq) assert idx.resolution == expected
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 1.3 |
proxy
|
phpinfo
|
Settings