We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e16c7b commit 5cb3123Copy full SHA for 5cb3123
pandas/core/frame.py
@@ -1662,7 +1662,7 @@ def from_dict(
1662
'tight' as an allowed value for the ``orient`` argument
1663
1664
dtype : dtype, default None
1665
- Data type to force, otherwise infer.
+ Data type to force after DataFrame construction, otherwise infer.
1666
columns : list, default None
1667
Column labels to use when ``orient='index'``. Raises a ValueError
1668
if used with ``orient='columns'`` or ``orient='tight'``.
0 commit comments