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(
21242124 columns : sequence, default None
21252125 Column names to use. If the passed data do not have names
21262126 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
21282128 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.
21302131 coerce_float : bool, default False
21312132 Attempt to convert values of non-string, non-numeric objects (like
21322133 decimal.Decimal) to floating point, useful for SQL result sets.
You can’t perform that action at this time.
0 commit comments