We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085ac87 commit 798eba0Copy full SHA for 798eba0
pandas/tests/io/test_common.py
@@ -643,7 +643,7 @@ def close(self):
643
@pytest.mark.parametrize("compression", [None, "infer"])
644
def test_read_csv_chained_url_no_error(compression):
645
# GH 60100
646
- tar_file_path = "data/tar/test-csv.tar"
+ tar_file_path = "pandas/tests/io/data/tar/test-csv.tar"
647
chained_file_url = f"tar://test.csv::file://{tar_file_path}"
648
649
result = pd.read_csv(chained_file_url, compression=compression, sep=";")
0 commit comments