Skip to content

Commit 497f37a

Browse files
committed
fixup! DOC: What's New for refactored compression code
1 parent 749c106 commit 497f37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ now both inferred using their file extensions.
5454
url = ('https://github.com/pandas-dev/pandas/raw/master/' +
5555
'pandas/io/tests/parser/data/salaries.csv.bz2')
5656
pd.read_table(url, compression='infer') # default, infer compression
57-
pd.read_table(url, compression='xz') # explicitly specify compression
57+
pd.read_table(url, compression='bz2') # explicitly specify compression
5858

5959
.. _whatsnew_0200.enhancements.other:
6060

0 commit comments

Comments
 (0)