Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Also fix python docstring for :func:to_dict
  • Loading branch information
KianShah committed Jun 23, 2022
commit fd78ffd5357c45fffe2638ff042fd4e6e6c6b37a
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ def to_dict(self, orient: str = "dict", into=dict):

Parameters
----------
orient : str {'dict', 'list', 'series', 'split', 'records', 'index'}
orient : str {'dict', 'list', 'series', 'split', 'tight', 'records', 'index'}
Determines the type of the values of the dictionary.

- 'dict' (default) : dict like {column -> {index -> value}}
Expand Down