Skip to content

Commit d8fae08

Browse files
committed
+Changes
1 parent 3fa8804 commit d8fae08

3 files changed

Lines changed: 5 additions & 3 deletions

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
@@ -33,7 +33,7 @@ This article describes how to insert SQL data into a [pandas](https://pandas.pyd
3333

3434
* Azure Data Studio. For how to install, see [Azure Data Studio](../../azure-data-studio/what-is.md).
3535

36-
* [Restore sample database](../../samples/adventureworks-install-configure) The sample database used in this article has been saved to a **.bak** database backup file for you to download and use.
36+
* [Restore sample database](../../samples/adventureworks-install-configure) to get sample data used in this article.
3737

3838
## Verify restored database
3939

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

Lines changed: 2 additions & 2 deletions
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 a [pandas](https://pandas.pydata.org/) dataframe into a SQL database using the [pyodbc](../../connect/python/pyodbc/python-sql-driver-pyodbc.md) package in Python. By establishing a connection to a SQL database, data contained within a Python dataframe can be inserted directly to a SQL table.
15+
This article describes how to insert a [pandas](https://pandas.pydata.org/) dataframe into a SQL database using the [pyodbc](../../connect/python/pyodbc/python-sql-driver-pyodbc.md) package in Python.
1616

1717
## Prerequisites
1818

@@ -32,7 +32,7 @@ This article describes how to insert a [pandas](https://pandas.pydata.org/) data
3232

3333
* Azure Data Studio. For how to install, see [Azure Data Studio](../../azure-data-studio/what-is.md).
3434

35-
* [Restore sample database](../../samples/adventureworks-install-configure) The sample database used in this article has been saved to a **.bak** database backup file for you to download and use.
35+
* [Restore sample database](../../samples/adventureworks-install-configure) to get sample data used in this article.
3636

3737
## Verify restored database
3838

docs/machine-learning/data-exploration/python-plot-histogram.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ This article describes how to plot data using the Python package [pandas'.hist()
3333

3434
* Azure Data Studio. For how to install, see [Azure Data Studio](../../azure-data-studio/what-is.md).
3535

36+
* [Restore sample DW database](../../samples/adventureworks-install-configure) to get sample data used in this article.
37+
3638
## Verify restored Database
3739

3840
You can verify that the restored database exists by querying the **Person.CountryRegion** table:

0 commit comments

Comments
 (0)