Skip to content

Commit

Permalink
update from_dict docstring (pandas-dev#49332)
Browse files Browse the repository at this point in the history
  • Loading branch information
natmokval authored and noatamir committed Nov 9, 2022
1 parent 8e16c7b commit 5cb3123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ def from_dict(
'tight' as an allowed value for the ``orient`` argument
dtype : dtype, default None
Data type to force, otherwise infer.
Data type to force after DataFrame construction, otherwise infer.
columns : list, default None
Column labels to use when ``orient='index'``. Raises a ValueError
if used with ``orient='columns'`` or ``orient='tight'``.
Expand Down

0 comments on commit 5cb3123

Please sign in to comment.