Skip to content

Commit

Permalink
Added table as Allowed orient Value in to_json Docs(#22272) (#22277)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilKumarM authored and WillAyd committed Aug 11, 2018
1 parent c04b773 commit 0370740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1952,13 +1952,13 @@ def to_json(self, path_or_buf=None, orient=None, date_format=None,
* Series
- default is 'index'
- allowed values are: {'split','records','index'}
- allowed values are: {'split','records','index','table'}
* DataFrame
- default is 'columns'
- allowed values are:
{'split','records','index','columns','values'}
{'split','records','index','columns','values','table'}
* The format of the JSON string
Expand Down

0 comments on commit 0370740

Please sign in to comment.