Skip to content

Commit eb3fea2

Browse files
committed
Python quickstart moniker simplification
1 parent e707256 commit eb3fea2

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

docs/machine-learning/tutorials/quickstart-python-data-structures.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL machine learning
44
description: In this quickstart, learn how to work with data structures and data objects in Python using SQL machine learning.
55
ms.prod: sql
66
ms.technology: machine-learning
7-
ms.date: 05/21/2020
7+
ms.date: 09/24/2020
88
ms.topic: quickstart
99
author: cawrites
1010
ms.author: chadam
@@ -15,15 +15,7 @@ monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15||=azuresqldb-mi-curre
1515
# Quickstart: Data structures and objects using Python with SQL machine learning
1616
[!INCLUDE [SQL Server 2017 SQL MI](../../includes/applies-to-version/sqlserver2017-asdbmi.md)]
1717

18-
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
19-
In this quickstart, you'll learn how to use data structures and data types when using Python in [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md) or on [Big Data Clusters](../../big-data-cluster/machine-learning-services.md). You'll learn about moving data between Python and SQL Server, and the common issues that might occur.
20-
::: moniker-end
21-
::: moniker range="=sql-server-2017||=sqlallproducts-allversions"
22-
In this quickstart, you'll learn how to use data structures and data types when using Python in [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md). You'll learn about moving data between Python and SQL Server, and the common issues that might occur.
23-
::: moniker-end
24-
::: moniker range="=azuresqldb-mi-current||=sqlallproducts-allversions"
25-
In this quickstart, you'll learn how to use data structures and data types when using Python in [Azure SQL Managed Instance Machine Learning Services](/azure/azure-sql/managed-instance/machine-learning-services-overview). You'll learn about moving data between Python and Azure SQL Managed Instance, and the common issues that might occur.
26-
::: moniker-end
18+
In this quickstart, you'll learn how to use data structures and data types when using Python in [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md), [Azure SQL Managed Instance Machine Learning Services](/azure/azure-sql/managed-instance/machine-learning-services-overview), or on [SQL Server Big Data Clusters](../../big-data-cluster/machine-learning-services.md). You'll learn about moving data between Python and SQL Server, and the common issues that might occur.
2719

2820
SQL machine learning relies on the Python **pandas** package, which is great for working with tabular data. However, you cannot pass a scalar from Python to your database and expect it to *just work*. In this quickstart, you'll review some basic data structure definitions, to prepare you for additional issues that you might run across when passing tabular data between Python and the database.
2921

@@ -42,15 +34,10 @@ How would you expose the single result of a calculation as a data frame, if a da
4234

4335
You need the following prerequisites to run this quickstart.
4436

45-
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
46-
- SQL Server Machine Learning Services. For how to install Machine Learning Services, see the [Windows installation guide](../install/sql-machine-learning-services-windows-install.md) or the [Linux installation guide](../../linux/sql-server-linux-setup-machine-learning.md?toc=%2Fsql%2Fmachine-learning%2Ftoc.json). You can also [enable Machine Learning Services on SQL Server Big Data Clusters](../../big-data-cluster/machine-learning-services.md).
47-
::: moniker-end
48-
::: moniker range="=sql-server-2017||=sqlallproducts-allversions"
49-
- SQL Server Machine Learning Services. For how to install Machine Learning Services, see the [Windows installation guide](../install/sql-machine-learning-services-windows-install.md).
50-
::: moniker-end
51-
::: moniker range="=azuresqldb-mi-current||=sqlallproducts-allversions"
52-
- Azure SQL Managed Instance Machine Learning Services. For how to sign up, see the [Azure SQL Managed Instance Machine Learning Services overview](/azure/azure-sql/managed-instance/machine-learning-services-overview).
53-
::: moniker-end
37+
- A SQL database on one of these platforms:
38+
- [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md). For how to install Machine Learning Services, see the [Windows installation guide](../install/sql-machine-learning-services-windows-install.md) or the [Linux installation guide](../../linux/sql-server-linux-setup-machine-learning.md?toc=%2Fsql%2Fmachine-learning%2Ftoc.json).
39+
- SQL Server Big Data Clusters. See how to [enable Machine Learning Services on SQL Server Big Data Clusters](../../big-data-cluster/machine-learning-services.md).
40+
- Azure SQL Managed Instance Machine Learning Services. For how to sign up, see the [Azure SQL Managed Instance Machine Learning Services overview](/azure/azure-sql/managed-instance/machine-learning-services-overview).
5441

5542
- A tool for running SQL queries that contain Python scripts. This quickstart uses [Azure Data Studio](../../azure-data-studio/what-is.md).
5643

0 commit comments

Comments
 (0)