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 5420488 commit 5f3facfCopy full SHA for 5f3facf
pandas/io/tests/parser/common.py
@@ -592,7 +592,7 @@ def test_url(self):
592
'pandas/io/tests/parser/data/salary.table.csv')
593
url_table = self.read_table(url)
594
dirpath = tm.get_data_path()
595
- localtable = os.path.join(dirpath, 'salary.table')
+ localtable = os.path.join(dirpath, 'salary.table.csv')
596
local_table = self.read_table(localtable)
597
tm.assert_frame_equal(url_table, local_table)
598
# TODO: ftp testing
0 commit comments