We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00298a commit 77dc01cCopy full SHA for 77dc01c
pandas/io/sql.py
@@ -750,6 +750,11 @@ def to_sql(
750
"""
751
Write records stored in a DataFrame to a SQL database.
752
753
+ .. warning::
754
+
755
+ This method can run arbitrary code which can make you vulnerable to code
756
+ injection if you pass user input to the `name` argument.
757
758
Parameters
759
----------
760
frame : DataFrame, Series
0 commit comments