We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d08a7 commit 98c9c7fCopy full SHA for 98c9c7f
pandas/core/frame.py
@@ -2132,12 +2132,12 @@ def from_records(
2132
"""
2133
Convert structured or record ndarray to DataFrame.
2134
2135
- Creates a DataFrame object from a structured ndarray, or sequence of
+ Creates a DataFrame object from a structured ndarray, or iterable of
2136
tuples or dicts.
2137
2138
Parameters
2139
----------
2140
- data : structured ndarray, sequence of tuples or dicts
+ data : structured ndarray, iterable of tuples or dicts
2141
Structured input data.
2142
index : str, list of fields, array-like
2143
Field of array to use as the index, alternately a specific set of
0 commit comments