Skip to content

Commit 3ba5755

Browse files
authored
Merge pull request #49250 from MicrosoftDocs/main
Sync main to optimize-costs-using-azure-hybrid-benefit
2 parents fc4958b + 702eed2 commit 3ba5755

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

learn-pr/paths/understand-data-concepts/index.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,26 @@
22
uid: learn.wwl.understand-data-concepts
33
metadata:
44
title: Understand data concepts
5-
description: Understand data concepts
6-
ms.date: 09/16/2022
5+
description: Data is key to most business operations and services and an understanding of data is essential in many roles. This learning path covers data concepts, data analytics, and data roles, services, and products.
6+
ms.date: 02/18/2025
77
author: wwlpublish
88
ms.author: rcaper
99
ms.topic: learning-path
1010
title: Understand data concepts
1111
prerequisites: |
12-
- You should be familiar with basic computing concepts and terminology.
12+
- You should be familiar with basic computing concepts and terminology.
1313
summary: |
14-
Data is key to most business operations and services and an understanding of data is essential in many roles. This learning path covers data concepts, data analytics, and data roles, services, and products
14+
Data is key to most business operations and services and an understanding of data is essential in many roles. This learning path covers data concepts, data analytics, and data roles, services, and products.
1515
iconUrl: /training/achievements/understand-data-concepts.svg
1616
levels:
1717
- beginner
1818
roles:
19-
- business-analyst
20-
- data-analyst
21-
- database-administrator
19+
- business-owner
20+
- business-user
21+
- k-12-educator
22+
- student
2223
products:
23-
- azure-database-mysql
24-
- azure-database-postgresql
25-
- azure-sql-database
26-
- azure-sqlserver-vm
24+
- office-excel
2725
- sql-server
2826
subjects:
2927
- databases

learn-pr/reactors/python-data-science/includes/8-list-object-methods.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The output is:
149149
The output is:
150150

151151
```Output
152-
['Quinn', 'Jordan', 'Parker', 'Riley', [...]]
152+
['Quinn', 'Jordan', 'Parker', 'Riley', 'Quinn', 'Jordan', 'Parker', 'Riley']
153153
```
154154

155155
The next input is:
@@ -162,7 +162,7 @@ The output is:
162162
Here's the output:
163163

164164
```Output
165-
['Quinn', 'Jordan', 'Parker', 'Riley', 'Quinn', 'Jordan', 'Parker', 'Riley']
165+
['Quinn', 'Jordan', 'Parker', 'Riley', ['Quinn', 'Jordan', 'Parker', 'Riley']]
166166
```
167167

168168
</details>
@@ -172,4 +172,4 @@ The output is:
172172
***
173173

174174
> [!NOTE]
175-
> You can supply your own *lambda function* for the `sort()` method, for use in comparing items in a list. We'll cover lambda functions in a later unit.
175+
> You can supply your own *lambda function* for the `sort()` method, for use in comparing items in a list. We cover lambda functions in a later unit.

0 commit comments

Comments
 (0)