Sam Chaudry
Upload folder using huggingface_hub
7885a28 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