MCPcopy
hub / github.com/pandas-dev/pandas / series_with_simple_index

Function series_with_simple_index

pandas/conftest.py:849–853  ·  view source on GitHub ↗

Fixture for tests on series with changing types of indices.

(index)

Source from the content-addressed store, hash-verified

847
848@pytest.fixture
849def 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 = {

Callers

nothing calls this directly

Calls 1

_create_seriesFunction · 0.70

Tested by

no test coverage detected