File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2124,9 +2124,10 @@ def from_records(
2124
2124
columns : sequence, default None
2125
2125
Column names to use. If the passed data do not have names
2126
2126
associated with them, this argument provides names for the
2127
- columns. Otherwise this argument indicates the order of the columns
2127
+ columns. Otherwise, this argument indicates the order of the columns
2128
2128
in the result (any names not found in the data will become all-NA
2129
- columns).
2129
+ columns) and limits the data to these columns if not all column names
2130
+ are provided.
2130
2131
coerce_float : bool, default False
2131
2132
Attempt to convert values of non-string, non-numeric objects (like
2132
2133
decimal.Decimal) to floating point, useful for SQL result sets.
You can’t perform that action at this time.
0 commit comments