We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef477fb commit 3328aa5Copy full SHA for 3328aa5
tests/test_dataframe_mapper.py
@@ -31,7 +31,7 @@ def iris_dataframe():
31
32
@pytest.fixture
33
def cars_dataframe():
34
- return pd.read_csv("tests/test_data/cars.csv.gz")
+ return pd.read_csv("tests/test_data/cars.csv.gz", compression='gzip')
35
36
37
def test_with_iris_dataframe(iris_dataframe):
0 commit comments