Skip to content

Commit 3ccfb00

Browse files
committed
to_json compression=infer in pandas/core/generic.py
1 parent 8689167 commit 3ccfb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ def _repr_latex_(self):
18991899

19001900
def to_json(self, path_or_buf=None, orient=None, date_format=None,
19011901
double_precision=10, force_ascii=True, date_unit='ms',
1902-
default_handler=None, lines=False, compression=None,
1902+
default_handler=None, lines=False, compression='infer',
19031903
index=True):
19041904
"""
19051905
Convert the object to a JSON string.

0 commit comments

Comments
 (0)