applied-ai-018's picture
Add files using upload-large-folder tool
3db66cc verified
raw
history blame
205 Bytes
import pytest
@pytest.fixture(params=["split", "records", "index", "columns", "values"])
def orient(request):
"""
Fixture for orients excluding the table format.
"""
return request.param