Skip to content

Commit e15dbc6

Browse files
committed
add compression docstring
1 parent f560728 commit e15dbc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/common.py

+2
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ def get_filepath_or_buffer(filepath_or_buffer, encoding=None,
208208
or buffer
209209
encoding : the encoding to use to decode py3 bytes, default is 'utf-8'
210210
mode : str, optional
211+
compression : str, default None
212+
indicate the compression such as 'gzip'.
211213
212214
Returns
213215
-------

0 commit comments

Comments
 (0)