Skip to content

Commit d394855

Browse files
NikhilKumarMvictor
authored and
victor
committed
Added table as Allowed orient Value in to_json Docs(pandas-dev#22272) (pandas-dev#22277)
1 parent 0466dd3 commit d394855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1952,13 +1952,13 @@ def to_json(self, path_or_buf=None, orient=None, date_format=None,
19521952
* Series
19531953
19541954
- default is 'index'
1955-
- allowed values are: {'split','records','index'}
1955+
- allowed values are: {'split','records','index','table'}
19561956
19571957
* DataFrame
19581958
19591959
- default is 'columns'
19601960
- allowed values are:
1961-
{'split','records','index','columns','values'}
1961+
{'split','records','index','columns','values','table'}
19621962
19631963
* The format of the JSON string
19641964

0 commit comments

Comments
 (0)