Skip to content

Commit c69a963

Browse files
committed
chore(i18n): sync translations with latest source changes (chunk 1/1, 70 changes)
1 parent 1e2e580 commit c69a963

70 files changed

Lines changed: 994 additions & 947 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,23 @@ Azure Cloud Advocates at Microsoft are pleased to offer a 10-week, 20-lesson cur
3636
[Arabic](./translations/ar/README.md) | [Bengali](./translations/bn/README.md) | [Bulgarian](./translations/bg/README.md) | [Burmese (Myanmar)](./translations/my/README.md) | [Chinese (Simplified)](./translations/zh-CN/README.md) | [Chinese (Traditional, Hong Kong)](./translations/zh-HK/README.md) | [Chinese (Traditional, Macau)](./translations/zh-MO/README.md) | [Chinese (Traditional, Taiwan)](./translations/zh-TW/README.md) | [Croatian](./translations/hr/README.md) | [Czech](./translations/cs/README.md) | [Danish](./translations/da/README.md) | [Dutch](./translations/nl/README.md) | [Estonian](./translations/et/README.md) | [Finnish](./translations/fi/README.md) | [French](./translations/fr/README.md) | [German](./translations/de/README.md) | [Greek](./translations/el/README.md) | [Hebrew](./translations/he/README.md) | [Hindi](./translations/hi/README.md) | [Hungarian](./translations/hu/README.md) | [Indonesian](./translations/id/README.md) | [Italian](./translations/it/README.md) | [Japanese](./translations/ja/README.md) | [Kannada](./translations/kn/README.md) | [Korean](./translations/ko/README.md) | [Lithuanian](./translations/lt/README.md) | [Malay](./translations/ms/README.md) | [Malayalam](./translations/ml/README.md) | [Marathi](./translations/mr/README.md) | [Nepali](./translations/ne/README.md) | [Nigerian Pidgin](./translations/pcm/README.md) | [Norwegian](./translations/no/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Polish](./translations/pl/README.md) | [Portuguese (Brazil)](./translations/pt-BR/README.md) | [Portuguese (Portugal)](./translations/pt-PT/README.md) | [Punjabi (Gurmukhi)](./translations/pa/README.md) | [Romanian](./translations/ro/README.md) | [Russian](./translations/ru/README.md) | [Serbian (Cyrillic)](./translations/sr/README.md) | [Slovak](./translations/sk/README.md) | [Slovenian](./translations/sl/README.md) | [Spanish](./translations/es/README.md) | [Swahili](./translations/sw/README.md) | [Swedish](./translations/sv/README.md) | [Tagalog (Filipino)](./translations/tl/README.md) | [Tamil](./translations/ta/README.md) | [Telugu](./translations/te/README.md) | [Thai](./translations/th/README.md) | [Turkish](./translations/tr/README.md) | [Ukrainian](./translations/uk/README.md) | [Urdu](./translations/ur/README.md) | [Vietnamese](./translations/vi/README.md)
3737

3838
> **Prefer to Clone Locally?**
39-
39+
>
4040
> This repository includes 50+ language translations which significantly increases the download size. To clone without translations, use sparse checkout:
41+
>
42+
> **Bash / macOS / Linux:**
4143
> ```bash
4244
> git clone --filter=blob:none --sparse https://github.com/microsoft/Data-Science-For-Beginners.git
4345
> cd Data-Science-For-Beginners
4446
> git sparse-checkout set --no-cone '/*' '!translations' '!translated_images'
4547
> ```
48+
>
49+
> **CMD (Windows):**
50+
> ```cmd
51+
> git clone --filter=blob:none --sparse https://github.com/microsoft/Data-Science-For-Beginners.git
52+
> cd Data-Science-For-Beginners
53+
> git sparse-checkout set --no-cone "/*" "!translations" "!translated_images"
54+
> ```
55+
>
4656
> This gives you everything you need to complete the course with a much faster download.
4757
<!-- CO-OP TRANSLATOR LANGUAGES TABLE END -->
4858

translations/pa/.co-op-translator.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,24 @@
1111
"source_file": "1-Introduction/01-defining-data-science/assignment.md",
1212
"language_code": "pa"
1313
},
14+
"1-Introduction/01-defining-data-science/notebook.ipynb": {
15+
"original_hash": "8f5eb7b3f7cc89e6d98fb32e1de65dec",
16+
"translation_date": "2026-02-27T09:19:18+00:00",
17+
"source_file": "1-Introduction/01-defining-data-science/notebook.ipynb",
18+
"language_code": "pa"
19+
},
1420
"1-Introduction/01-defining-data-science/solution/assignment.md": {
1521
"original_hash": "a8f79b9c0484c35b4f26e8aec7fc4d56",
1622
"translation_date": "2025-08-27T17:18:06+00:00",
1723
"source_file": "1-Introduction/01-defining-data-science/solution/assignment.md",
1824
"language_code": "pa"
1925
},
26+
"1-Introduction/01-defining-data-science/solution/notebook.ipynb": {
27+
"original_hash": "090bbfbfcb0c40d3d6e3236f836164ea",
28+
"translation_date": "2026-02-27T09:20:15+00:00",
29+
"source_file": "1-Introduction/01-defining-data-science/solution/notebook.ipynb",
30+
"language_code": "pa"
31+
},
2032
"1-Introduction/02-ethics/README.md": {
2133
"original_hash": "58860ce9a4b8a564003d2752f7c72851",
2234
"translation_date": "2025-10-03T16:23:07+00:00",
@@ -95,6 +107,12 @@
95107
"source_file": "2-Working-With-Data/07-python/assignment.md",
96108
"language_code": "pa"
97109
},
110+
"2-Working-With-Data/07-python/notebook-covidspread.ipynb": {
111+
"original_hash": "6335cccba01dc6ad7b15aba7a8c73f38",
112+
"translation_date": "2026-02-27T09:21:32+00:00",
113+
"source_file": "2-Working-With-Data/07-python/notebook-covidspread.ipynb",
114+
"language_code": "pa"
115+
},
98116
"2-Working-With-Data/08-data-preparation/README.md": {
99117
"original_hash": "1b560955ff39a2bcf2a049fce474a951",
100118
"translation_date": "2025-09-06T08:08:07+00:00",
@@ -360,8 +378,8 @@
360378
"language_code": "pa"
361379
},
362380
"README.md": {
363-
"original_hash": "9204a2806964384a56f5cb0f22bbe953",
364-
"translation_date": "2026-02-06T08:01:11+00:00",
381+
"original_hash": "f671e295a294a2559fc59d1524e001b4",
382+
"translation_date": "2026-02-27T09:27:19+00:00",
365383
"source_file": "README.md",
366384
"language_code": "pa"
367385
},

translations/pa/1-Introduction/01-defining-data-science/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
---
88

9-
[![ਡਾਟਾ ਸਾਇੰਸ ਦੀ ਪਰਿਭਾਸ਼ਾ ਵੀਡੀਓ](../../../../translated_images/pa/video-def-ds.6623ee2392ef1abf6d7faf3fad10a4163642811749da75f44e35a5bb121de15c.png)](https://youtu.be/beZ7Mb_oz9I)
9+
[![ਡਾਟਾ ਸਾਇੰਸ ਦੀ ਪਰਿਭਾਸ਼ਾ ਵੀਡੀਓ](../../../../translated_images/pa/video-def-ds.6623ee2392ef1abf.webp)](https://youtu.be/beZ7Mb_oz9I)
1010

1111
## [ਪ੍ਰੀ-ਲੈਕਚਰ ਕਵਿਜ਼](https://ff-quizzes.netlify.app/en/ds/quiz/0)
1212

@@ -102,7 +102,7 @@
102102

103103
ਇਸ ਚੁਣੌਤੀ ਵਿੱਚ, ਅਸੀਂ ਟੈਕਸਟਾਂ ਨੂੰ ਦੇਖ ਕੇ ਡੇਟਾ ਸਾਇੰਸ ਦੇ ਖੇਤਰ ਨਾਲ ਸਬੰਧਤ ਸੰਕਲਪਾਂ ਨੂੰ ਪਤਾ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰਾਂਗੇ। ਅਸੀਂ ਡੇਟਾ ਸਾਇੰਸ 'ਤੇ ਇੱਕ ਵਿਕੀਪੀਡੀਆ ਲੇਖ ਲਵਾਂਗੇ, ਟੈਕਸਟ ਨੂੰ ਡਾਊਨਲੋਡ ਅਤੇ ਪ੍ਰੋਸੈਸ ਕਰਾਂਗੇ, ਅਤੇ ਫਿਰ ਇੱਕ ਵਰਡ ਕਲਾਉਡ ਬਣਾਵਾਂਗੇ ਜਿਵੇਂ ਕਿ ਇਹ ਹੈ:
104104

105-
![ਡੇਟਾ ਸਾਇੰਸ ਲਈ ਵਰਡ ਕਲਾਉਡ](../../../../translated_images/pa/ds_wordcloud.664a7c07dca57de017c22bf0498cb40f898d48aa85b3c36a80620fea12fadd42.png)
105+
![ਡੇਟਾ ਸਾਇੰਸ ਲਈ ਵਰਡ ਕਲਾਉਡ](../../../../translated_images/pa/ds_wordcloud.664a7c07dca57de0.webp)
106106

107107
ਕੋਡ ਨੂੰ ਪੜ੍ਹਨ ਲਈ [`notebook.ipynb`](../../../../1-Introduction/01-defining-data-science/notebook.ipynb ':ignore') 'ਤੇ ਜਾਓ। ਤੁਸੀਂ ਕੋਡ ਨੂੰ ਚਲਾ ਵੀ ਸਕਦੇ ਹੋ, ਅਤੇ ਦੇਖ ਸਕਦੇ ਹੋ ਕਿ ਇਹ ਸਾਰੇ ਡੇਟਾ ਰੂਪਾਂਤਰਨਾਂ ਨੂੰ ਅਸਲ ਸਮੇਂ ਵਿੱਚ ਕਿਵੇਂ ਕਰਦਾ ਹੈ।
108108

0 commit comments

Comments
 (0)