Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / pandas   python

Repository URL to install this package:

Version: 0.24.2 

/ tests / series / indexing / conftest.py

import pytest

from pandas.tests.series.common import TestData


@pytest.fixture(scope='module')
def test_data():
    return TestData()