Skip to content

Commit

Permalink
to_json
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Sep 18, 2018
1 parent e6b2c09 commit a7f0b38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2061,9 +2061,10 @@ def to_json(self, path_or_buf=None, orient=None, date_format=None,
.. versionadded:: 0.19.0
compression : {'infer', 'gzip', 'bz2', 'zip', 'xz', None},
default 'infer'
A string representing the compression to use in the output file,
only used when the first argument is a filename.
only used when the first argument is a filename. By default, the
compression is inferred from the filename.
.. versionadded:: 0.21.0
.. versionchanged:: 0.24.0
Expand Down

0 comments on commit a7f0b38

Please sign in to comment.