Skip to content

Commit 3b45789

Browse files
committed
ENH: function rename
1 parent af2864f commit 3b45789

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
@@ -480,7 +480,7 @@ def from_records(cls, data, index=None, exclude=None, names=None):
480480
assert(len(names) == len(content))
481481
columns = names
482482

483-
sdict = dict((c, lib.convert_sql_column(vals))
483+
sdict = dict((c, lib.maybe_convert_objects(vals))
484484
for c, vals in zip(columns, content))
485485
del content
486486

0 commit comments

Comments
 (0)