We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cad387 commit a9adfb6Copy full SHA for a9adfb6
doc/source/whatsnew/v0.20.0.txt
@@ -91,7 +91,7 @@ support for bz2 compression in the python 2 c-engine improved (:issue:`14874`).
91
url = 'https://github.com/{repo}/raw/{branch}/{path}'.format(
92
repo = 'pandas-dev/pandas',
93
branch = 'master',
94
- path = 'pandas/io/tests/parser/data/salaries.csv.bz2',
+ path = 'pandas/tests/io/parser/data/salaries.csv.bz2',
95
)
96
df = pd.read_table(url, compression='infer') # default, infer compression
97
df = pd.read_table(url, compression='bz2') # explicitly specify compression
0 commit comments