Skip to content

Commit cbf06a2

Browse files
Update pandas/core/frame.py
Added "or" before the last item in the enumeration for improved clarity in the from_records docstring. Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent ed7ddb3 commit cbf06a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ def from_records(
21152115
"""
21162116
Convert structured or record ndarray to DataFrame.
21172117
2118-
Creates a DataFrame object from a structured ndarray, sequence of
2118+
Creates a DataFrame object from a structured ndarray, or sequence of
21192119
tuples or dicts.
21202120
21212121
Parameters

0 commit comments

Comments
 (0)