Skip to content

Commit

Permalink
to_sql also accepts Series (pandas-dev#20004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Beltramini authored and pandres committed Mar 10, 2018
1 parent 986ee23 commit b17f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def to_sql(frame, name, con, schema=None, if_exists='fail', index=True,
Parameters
----------
frame : DataFrame
frame : DataFrame, Series
name : string
Name of SQL table.
con : SQLAlchemy connectable(engine/connection) or database string URI
Expand Down

0 comments on commit b17f5d8

Please sign in to comment.