Skip to content

Commit 7641a14

Browse files
committed
edit
1 parent 657c623 commit 7641a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/data-exploration/python-dataframe-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15||=azuresqldb-mi-curre
1212
# Insert Python dataframe into SQL table
1313
[!INCLUDE[sql-asdb-asdbmi-asa](../../includes/applies-to-version/sql-asdb-asdbmi-asa.md)]
1414

15-
This article describes how to insert data into a SQL database from a `pandas` dataframe using the `pyodbc` package in Python. For more information, see the [pyodbc documentation](../../connect/python/pyodbc/python-sql-driver-pyodbc.md). By establishing a connection with SQL using Python `pandas`, data can be sent directly to a SQL table.
15+
This article describes how to insert data into a SQL database from a `pandas` dataframe using the `pyodbc` package in Python. For more information, see the [pyodbc documentation](../../connect/python/pyodbc/python-sql-driver-pyodbc.md). By establishing a connection to a SQL database, data contained within a Python dataframe can be inserted directly to a SQL table.
1616

1717
## Prerequisites:
1818

0 commit comments

Comments
 (0)