Skip to content

Commit 52ac6e0

Browse files
authored
Update python-dataframe-pandas.md
update text
1 parent 1806ad3 commit 52ac6e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/data-exploration/python-dataframe-pandas.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
---
1313
# Insert data from a SQL table into a Python pandas dataframe
1414

15-
This article describes how to insert data from a SQL database a `pandas` dataframe using the `pyodbc` package in Python. The dataframe can be used for further data exploration. For more information, see the [pyodbc documentation](../../connect/python/pyodbc/python-sql-driver-pyodbc.md).
15+
This article describes how to insert data from a SQL table into a `pandas` dataframe using the `pyodbc` package in Python. The rows and columns of data contained within the dataframe can be used for further data exploration. For more information, see the [pyodbc documentation](../../connect/python/pyodbc/python-sql-driver-pyodbc.md).
1616

1717
## Prerequisites:
1818

0 commit comments

Comments
 (0)