File manager - Edit - /usr/local/lib/python3.9/dist-packages/pandas/tests/arrays/interval/test_formats.py
Back
from pandas.core.arrays import IntervalArray def test_repr(): # GH#25022 arr = IntervalArray.from_tuples([(0, 1), (1, 2)]) result = repr(arr) expected = ( "<IntervalArray>\n" "[(0, 1], (1, 2]]\n" "Length: 2, dtype: interval[int64, right]" ) assert result == expected
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.81 |
proxy
|
phpinfo
|
Settings