Skip to content

Commit 5cb3123

Browse files
natmokvalnoatamir
authored andcommitted
update from_dict docstring (pandas-dev#49332)
1 parent 8e16c7b commit 5cb3123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ def from_dict(
16621662
'tight' as an allowed value for the ``orient`` argument
16631663
16641664
dtype : dtype, default None
1665-
Data type to force, otherwise infer.
1665+
Data type to force after DataFrame construction, otherwise infer.
16661666
columns : list, default None
16671667
Column labels to use when ``orient='index'``. Raises a ValueError
16681668
if used with ``orient='columns'`` or ``orient='tight'``.

0 commit comments

Comments
 (0)