From aee2bd81ac0622ed25b9f5922377bb563a8ea732 Mon Sep 17 00:00:00 2001 From: Natalia Mokeeva Date: Wed, 26 Oct 2022 12:50:09 +0200 Subject: [PATCH] update from_dict docstring --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index d741ca21d8ca7..133a96be5457b 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -1644,7 +1644,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'``.