| DIR:/usr/local/lib64/python3.6/site-packages/pandas/tests/arrays/categorical/ |
| Current File : //usr/local/lib64/python3.6/site-packages/pandas/tests/arrays/categorical/conftest.py |
import pytest
@pytest.fixture(params=[True, False])
def allow_fill(request):
"""Boolean 'allow_fill' parameter for Categorical.take"""
return request.param
|