Skip to content

Commit 72e689e

Browse files
committed
edit bullet
1 parent ad40b09 commit 72e689e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/machine-learning/data-exploration/python-dataframe-pandas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ The sample database used in this article has been saved to a **.bak** database b
4444
1. Follow the directions in [Restore a database to a Managed Instance](/azure/sql-database/sql-database-managed-instance-get-started-restore) in SQL Server Management Studio, using these details:
4545
::: moniker-end
4646

47-
* Import from the **AdventureWorks.bak** file you downloaded
48-
* Name the target database "AdventureWorks"
47+
* Import from the **AdventureWorks.bak** file you downloaded
48+
* Name the target database "AdventureWorks"
4949

50-
3. You can verify that the restored database exists by querying the **Person.CountryRegion** table:
50+
1. You can verify that the restored database exists by querying the **Person.CountryRegion** table:
5151

5252
```sql
5353
USE AdventureWorks;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ The sample database used in this article has been saved to a **.bak** database b
4545
1. Follow the directions in [Restore a database to a Managed Instance](/azure/sql-database/sql-database-managed-instance-get-started-restore) in SQL Server Management Studio, using these details:
4646
::: moniker-end
4747

48-
* Import from the **AdventureWorks.bak** file you downloaded
49-
* Name the target database "AdventureWorks"
48+
* Import from the **AdventureWorks.bak** file you downloaded
49+
* Name the target database "AdventureWorks"
5050

51-
3. You can verify that the restored database exists by querying the **HumanResources.Department** table:
51+
1. You can verify that the restored database exists by querying the **HumanResources.Department** table:
5252

5353
```sql
5454
USE AdventureWorks;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The sample database used in this article has been saved to a **.bak** database b
4444

4545
1. Follow the directions in [Restore a database to a Managed Instance](/azure/sql-database/sql-database-managed-instance-get-started-restore) in SQL Server Management Studio, using these details:
4646
::: moniker-end
47-
48-
* Import from the **AdventureWorks.bak** file you downloaded
49-
* Name the target database "AdventureWorks"
47+
48+
* Import from the **AdventureWorks.bak** file you downloaded
49+
* Name the target database "AdventureWorks"
5050

5151
1. You can verify that the restored database exists by querying the **dbo.DimCurrency** table:
5252

0 commit comments

Comments
 (0)