Skip to content

Commit 83b4bab

Browse files
authored
Merge branch 'microsoft:main' into branch
2 parents 68c6eb2 + 95a9999 commit 83b4bab

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

4-Data-Science-Lifecycle/14-Introduction/assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A client has approached your team for help in investigating a taxi customer's se
44

55
They want to know: **Do yellow taxi passengers in New York City tip drivers more in the winter or summer?**
66

7-
Your team is in the [Capturing](Readme.md#Capturing) stage of the Data Science Lifecycle and you are in charge of handling the the dataset. You have been provided a notebook and [data](../../data/taxi.csv) to explore.
7+
Your team is in the [Capturing](Readme.md#Capturing) stage of the Data Science Lifecycle and you are in charge of handling the dataset. You have been provided a notebook and [data](../../data/taxi.csv) to explore.
88

99
In this directory is a [notebook](notebook.ipynb) that uses Python to load yellow taxi trip data from the [NYC Taxi & Limousine Commission](https://docs.microsoft.com/en-us/azure/open-datasets/dataset-taxi-yellow?tabs=azureml-opendatasets).
1010
You can also open the taxi data file in text editor or spreadsheet software like Excel.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 获得一组数据集
2+
3+
一位客户向你的团队寻求帮助,调查一位出租车乘客在纽约市的季节性消费习惯。
4+
5+
他们想知道:**纽约市黄色出租车乘客在冬夏两季是否会给司机更多小费?**
6+
7+
你的团队正处于数据科学生命周期的[捕获](../Readme.md#Capturing)阶段,而你正在处理数据集。有笔记本和[数据](../../../data/taxi.csv)可供你探索。
8+
9+
在这个目录中, [笔记本](../notebook.ipynb)利用Python加载来自[纽约市出租车和豪华轿车委员会](https://docs.microsoft.com/en-us/azure/open-datasets/dataset-taxi-yellow?tabs=azureml-opendatasets)的黄色出租车出行数据。
10+
你也可以用文本编辑器或电子表格软件,如Excel来打开出租车数据文件。
11+
12+
## 指示
13+
14+
- 评估数据集中的数据是否能帮助回答问题。
15+
- 探索[纽约市开放数据目录](https://data.cityofnewyork.us/browse?sortBy=most_accessed&utf8=%E2%9C%93)。确定一个可以帮助回答客户问题的额外数据集。
16+
- 写下三个你会问客户的问题,以更清晰、更好理解客户的问题。
17+
18+
查询[数据字典](https://www1.nyc.gov/assets/tlc/downloads/pdf/data_dictionary_trip_records_yellow.pdf)[用户指南](https://www1.nyc.gov/assets/tlc/downloads/pdf/trip_record_user_guide.pdf)以获得更多关于数据的信息。
19+
20+
## 评分表
21+
22+
优秀|一般|需要改进
23+
---|---|--|

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure Cloud Advocates at Microsoft are pleased to offer a 10-week, 20-lesson cur
2626
Get started with the following resources:
2727

2828
- [Student Hub page](https://docs.microsoft.com/en-gb/learn/student-hub?WT.mc_id=academic-13441-cxa) In this page, you will find beginner resources, Student packs and even ways to get a free cert voucher. This is one page you want to bookmark and check from time to time as we switch out content at least monthly.
29-
- [Microsoft Student Learn ambassadors](https://studentambassadors.microsoft.com?WT.mc_id=academic-13441-cxa) Join a global community of student ambassadors, this could be your way into Microsoft
29+
- [Microsoft Learn Student Ambassadors](https://studentambassadors.microsoft.com?WT.mc_id=academic-13441-cxa) Join a global community of student ambassadors, this could be your way into Microsoft
3030

3131
# Getting Started
3232

translations/README.pt-br.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Consultores da Azure Cloud na Microsoft estão felizes em oferecer um currículo
2020
|:---:|
2121
| Ciência de Dados para Iniciantes - _Sketchnote por [@nitya](https://twitter.com/nitya)_ |
2222

23+
# Você é um aluno?
24+
25+
Comece com os seguintes recursos:
26+
27+
- [Página do Hub de Alunos](https://docs.microsoft.com/pt-br/learn/student-hub/?WT.mc_id=academic-13441-cxa) Nessa página, você irá encontrar recursos de iniciantes, pacotes estudantis e até mesmo modos de conseguir certificados de graça. Essa é uma página que você vai querer favoritar e checar de tempos em tempos pois nós mudamos o conteúdo pelo menos mensalmente.
28+
- [Microsoft Learn Student Ambassadors](https://studentambassadors.microsoft.com/pt-BR) Junte-se a uma comunidade global de embaixadores estudantis, esse pode ser o seu caminho à Microsoft.
2329

2430
# Primeiros Passos
2531

0 commit comments

Comments
 (0)