Current Path : /proc/2233733/root/usr/local/lib/python3.12/site-packages/pandas/tests/reshape/concat/ |
Current File : //proc/2233733/root/usr/local/lib/python3.12/site-packages/pandas/tests/reshape/concat/conftest.py |
import pytest @pytest.fixture(params=[True, False]) def sort(request): """Boolean sort keyword for concat and DataFrame.append.""" return request.param