Skip to content

Commit 7a66f3d

Browse files
author
Vraj Mohan
committed
Add parameter description to docstring
1 parent 0ce7a67 commit 7a66f3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/sql.py

+2
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,8 @@ def get_schema(frame, name, keys=None, con=None, dtype=None, index=False):
15901590
dtype : dict of column name to SQL type, default None
15911591
Optional specifying the datatype for columns. The SQL type should
15921592
be a SQLAlchemy type, or a string for sqlite3 fallback connection.
1593+
index : boolean, default False
1594+
include DataFrame index as a column
15931595
15941596
"""
15951597

0 commit comments

Comments
 (0)