Skip to content

Commit c832744

Browse files
committed
Removing selectors from TDSP articles - 3
1 parent 1d714e5 commit c832744

File tree

5 files changed

+13
-26
lines changed

5 files changed

+13
-26
lines changed

articles/machine-learning/team-data-science-process/explore-data-blob.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ ms.author: deguhath
1919

2020
---
2121
# Explore data in Azure blob storage with pandas
22-
This document covers how to explore data that is stored in Azure blob container using [pandas](http://pandas.pydata.org/) Python package.
2322

24-
The following **menu** links to topics that describe how to use tools to explore data from various storage environments. This task is a step in the [Data Science Process](overview.md).
23+
This article covers how to explore data that is stored in Azure blob container using [pandas](http://pandas.pydata.org/) Python package.
2524

26-
[!INCLUDE [cap-explore-data-selector](../../../includes/cap-explore-data-selector.md)]
25+
This task is a step in the [Team Data Science Process](overview.md).
2726

2827
## Prerequisites
2928
This article assumes that you have:

articles/machine-learning/team-data-science-process/explore-data-hive-tables.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ ms.author: deguhath
1919

2020
---
2121
# Explore data in Hive tables with Hive queries
22-
This document provides sample Hive scripts that are used to explore data in Hive tables in an HDInsight Hadoop cluster.
2322

24-
The following **menu** links to topics that describe how to use tools to explore data from various storage environments.
23+
This article provides sample Hive scripts that are used to explore data in Hive tables in an HDInsight Hadoop cluster.
2524

26-
[!INCLUDE [cap-explore-data-selector](../../../includes/cap-explore-data-selector.md)]
25+
This task is a step in the [Team Data Science Process](overview.md).
2726

2827
## Prerequisites
2928
This article assumes that you have:

articles/machine-learning/team-data-science-process/explore-data-sql-server.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ ms.author: deguhath
1919

2020
---
2121
# Explore data in SQL Server Virtual Machine on Azure
22-
This document covers how to explore data that is stored in a SQL Server VM on Azure. This can be done by data wrangling using SQL or by using a programming language like Python.
2322

24-
The following **menu** links to topics that describe how to use tools to explore data from various storage environments. This task is a step in the Cortana Analytics Process (CAP).
23+
This article covers how to explore data that is stored in a SQL Server VM on Azure. This can be done by data wrangling using SQL or by using a programming language like Python.
2524

26-
[!INCLUDE [cap-explore-data-selector](../../../includes/cap-explore-data-selector.md)]
25+
This task is a step in the [Team Data Science Process](overview.md).
2726

2827
> [!NOTE]
2928
> The sample SQL statements in this document assume that data is in SQL Server. If it isn't, refer to the cloud data science process map to learn how to move your data to SQL Server.

articles/machine-learning/team-data-science-process/explore-data.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ ms.workload: data-services
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: article
17-
ms.date: 11/09/2017
17+
ms.date: 11/08/2018
1818
ms.author: deguhath
1919

2020
---
2121
# Explore data in the Team Data Science Process
22-
This document covers how to explore data in four different storage environments that are typically used in the Data Science Process:
2322

24-
* **Azure blob container** data is explored using the [Pandas](http://pandas.pydata.org/) Python package.
25-
* **SQL Server** data is explored by using SQL and by using a programming language like Python.
26-
* **Hive table** data is explored using Hive queries.
27-
* **Azure Machine Learning (AML) Studio** data is explored using AML modules.
23+
Exploring data is a step in the [Team Data Science Process](overview.md).
2824

29-
The following **menu** links to the topics that describe how to use these tools to explore data from various storage environments.
25+
The following articles describe how to explore data in three different storage environments that are typically used in the Data Science Process:
3026

31-
[!INCLUDE [cap-explore-data-selector](../../../includes/cap-explore-data-selector.md)]
27+
* Explore [Azure blob container](explore-data-blob.md) data using the [Pandas](http://pandas.pydata.org/) Python package.
28+
* Explore [SQL Server](explore-data-sql-server.md) data by using SQL and by using a programming language like Python.
29+
* Explore [Hive table](explore-data-hive-tables.md) data using Hive queries.
3230

31+
In addition, the video, [Preprocessing Data in Azure Machine Learning Studio](https://azure.microsoft.com/documentation/videos/preprocessing-data-in-azure-ml-studio/), describes the commonly used modules for cleaning and transforming data in Azure Machine Learning Studio.

includes/cap-explore-data-selector.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)