File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -513,9 +513,9 @@ class DataFrame(NDFrame, OpsMixin):
513
513
514
514
Parameters
515
515
----------
516
- data : ndarray (structured or homogeneous), Iterable, dict , or DataFrame
517
- Dict can contain Series, arrays, constants, dataclass or list-like objects. If
518
- data is a dict , column order follows insertion-order. If a dict contains Series
516
+ data : ndarray (structured or homogeneous), Iterable, Mapping , or DataFrame
517
+ Mapping can contain Series, arrays, constants, dataclass or list-like objects. If
518
+ data is a Mapping , column order follows insertion-order. If a Mapping contains Series
519
519
which have an index defined, it is aligned by its index. This alignment also
520
520
occurs if data is a Series or a DataFrame itself. Alignment is done on
521
521
Series/DataFrame inputs.
You can’t perform that action at this time.
0 commit comments