Fixture for tests on series with changing types of indices.
(index)
| 847 | |
| 848 | @pytest.fixture |
| 849 | def series_with_simple_index(index) -> Series: |
| 850 | """ |
| 851 | Fixture for tests on series with changing types of indices. |
| 852 | """ |
| 853 | return _create_series(index) |
| 854 | |
| 855 | |
| 856 | _narrow_series = { |
nothing calls this directly
no test coverage detected