pull/598/head
Lee Stott 2 weeks ago committed by GitHub
parent d483986187
commit ccfca6c2f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,90 +0,0 @@
name: Co-op Translator
on:
push:
branches:
- main
jobs:
co-op-translator:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Co-op Translator
run: |
python -m pip install --upgrade pip
pip install co-op-translator
- name: Run Co-op Translator
env:
PYTHONIOENCODING: utf-8
# Azure AI Service Credentials
AZURE_AI_SERVICE_API_KEY: ${{ secrets.AZURE_AI_SERVICE_API_KEY }}
AZURE_AI_SERVICE_ENDPOINT: ${{ secrets.AZURE_AI_SERVICE_ENDPOINT }}
# Azure OpenAI Credentials
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
AZURE_OPENAI_MODEL_NAME: ${{ secrets.AZURE_OPENAI_MODEL_NAME }}
AZURE_OPENAI_CHAT_DEPLOYMENT_NAME: ${{ secrets.AZURE_OPENAI_CHAT_DEPLOYMENT_NAME }}
AZURE_OPENAI_API_VERSION: ${{ secrets.AZURE_OPENAI_API_VERSION }}
# OpenAI Credentials
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_ORG_ID: ${{ secrets.OPENAI_ORG_ID }}
OPENAI_CHAT_MODEL_ID: ${{ secrets.OPENAI_CHAT_MODEL_ID }}
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
run: |
# =====================================================================
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
# =====================================================================
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
# translate -l "pt es de fa pl hi" -y
translate -l "zh tw hk fr ja ko" -y
- name: Authenticate GitHub App
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- name: Create Pull Request with translations
uses: peter-evans/create-pull-request@v5
with:
token: ${{ steps.generate_token.outputs.token }}
commit-message: "🌐 Update translations via Co-op Translator"
title: "🌐 Update translations via Co-op Translator"
body: |
This PR updates translations for recent changes merged into the `main` branch.
### 📋 Summary of Changes
- Translated markdown content has been added under the `translations/` directory
- Translated images (if applicable) have been generated in the `translated_images/` directory
🔁 Co-op Translator ensures that changes in links, structure, or inline elements in the original content are automatically reflected in all translated files.
---
🌐 This pull request was automatically generated by [Co-op Translator](https://github.com/Azure/co-op-translator), powered by Azure AI.
branch: update-translations
base: main
delete-branch: true
add-paths: |
translations/
translated_images/

@ -1,13 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "2583a9894af7123b2fcae3376b14c035",
"translation_date": "2025-08-23T22:18:23+00:00",
"source_file": "1-Introduction/01-defining-data-science/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "4e0f1773b9bee1be3b28f9fe2c71b3de",
"translation_date": "2025-08-23T22:19:14+00:00",
"source_file": "1-Introduction/01-defining-data-science/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "a8f79b9c0484c35b4f26e8aec7fc4d56",
"translation_date": "2025-08-23T22:19:46+00:00",
"source_file": "1-Introduction/01-defining-data-science/solution/assignment.md",
"language_code": "de"
}
-->

@ -1,13 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "8796f41f566a0a8ebb72863a83d558ed",
"translation_date": "2025-08-23T22:17:03+00:00",
"source_file": "1-Introduction/02-ethics/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "b588c0fc73014f52520c666efc3e0cc3",
"translation_date": "2025-08-23T22:17:46+00:00",
"source_file": "1-Introduction/02-ethics/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "356d12cffc3125db133a2d27b827a745",
"translation_date": "2025-08-23T22:20:19+00:00",
"source_file": "1-Introduction/03-defining-data/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "2e5cacb967c1e9dfd07809bfc441a0b4",
"translation_date": "2025-08-23T22:20:51+00:00",
"source_file": "1-Introduction/03-defining-data/assignment.md",
"language_code": "de"
}
-->

@ -1,13 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "b706a07cfa87ba091cbb91e0aa775600",
"translation_date": "2025-08-23T22:21:36+00:00",
"source_file": "1-Introduction/04-stats-and-probability/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "01d1b493e8b51a6ebb42524f6b1bcfff",
"translation_date": "2025-08-23T22:22:19+00:00",
"source_file": "1-Introduction/04-stats-and-probability/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "696a8474a01054281704cbfb09148949",
"translation_date": "2025-08-23T22:16:25+00:00",
"source_file": "1-Introduction/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "870a0086adbc313a8eea5489bdcb2522",
"translation_date": "2025-08-23T22:12:14+00:00",
"source_file": "2-Working-With-Data/05-relational-databases/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "2f2d7693f28e4b2675f275e489dc5aac",
"translation_date": "2025-08-23T22:12:46+00:00",
"source_file": "2-Working-With-Data/05-relational-databases/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "32ddfef8121650f2ca2f3416fd283c37",
"translation_date": "2025-08-23T22:15:28+00:00",
"source_file": "2-Working-With-Data/06-non-relational/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "f824bfdb8b12d33293913f76f5c787c5",
"translation_date": "2025-08-23T22:15:53+00:00",
"source_file": "2-Working-With-Data/06-non-relational/assignment.md",
"language_code": "de"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "116c5d361fbe812e59a73f37ce721d36",
"translation_date": "2025-08-23T22:14:30+00:00",
"source_file": "2-Working-With-Data/07-python/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "dc8f035ce92e4eaa078ab19caa68267a",
"translation_date": "2025-08-23T22:15:04+00:00",
"source_file": "2-Working-With-Data/07-python/assignment.md",
"language_code": "de"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "3ade580a06b5f04d57cc83a768a8fb77",
"translation_date": "2025-08-23T22:13:25+00:00",
"source_file": "2-Working-With-Data/08-data-preparation/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "f9d5a7275e046223fa6474477674b810",
"translation_date": "2025-08-23T22:13:59+00:00",
"source_file": "2-Working-With-Data/08-data-preparation/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "abc3309ab41bc5a7846f70ee1a055838",
"translation_date": "2025-08-23T22:11:50+00:00",
"source_file": "2-Working-With-Data/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "43c402d9d90ae6da55d004519ada5033",
"translation_date": "2025-08-23T22:38:33+00:00",
"source_file": "3-Data-Visualization/09-visualization-quantities/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "ad163c4fda72c8278280b61cad317ff4",
"translation_date": "2025-08-23T22:38:57+00:00",
"source_file": "3-Data-Visualization/09-visualization-quantities/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "87faccac113d772551486a67a607153e",
"translation_date": "2025-08-23T22:33:36+00:00",
"source_file": "3-Data-Visualization/10-visualization-distributions/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "40eeb9b9f94009c537c7811f9f27f037",
"translation_date": "2025-08-23T22:34:00+00:00",
"source_file": "3-Data-Visualization/10-visualization-distributions/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "af6a12015c6e250e500b570a9fa42593",
"translation_date": "2025-08-23T22:39:22+00:00",
"source_file": "3-Data-Visualization/11-visualization-proportions/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "1e00fe6a244c2f8f9a794c862661dd4f",
"translation_date": "2025-08-23T22:39:45+00:00",
"source_file": "3-Data-Visualization/11-visualization-proportions/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "cad419b574d5c35eaa417e9abfdcb0c8",
"translation_date": "2025-08-23T22:34:24+00:00",
"source_file": "3-Data-Visualization/12-visualization-relationships/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "680419753c086eef51be86607c623945",
"translation_date": "2025-08-23T22:34:48+00:00",
"source_file": "3-Data-Visualization/12-visualization-relationships/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "4ec4747a9f4f7d194248ea29903ae165",
"translation_date": "2025-08-23T22:32:11+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "e56df4c0f49357e30ac8fc77aa439dd4",
"translation_date": "2025-08-23T22:32:35+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "5c51a54dd89075a7a362890117b7ed9e",
"translation_date": "2025-08-23T22:33:12+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/solution/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "5c51a54dd89075a7a362890117b7ed9e",
"translation_date": "2025-08-23T22:32:56+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/starter/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "22acf28f518a4769ea14fa42f4734b9f",
"translation_date": "2025-08-23T22:36:35+00:00",
"source_file": "3-Data-Visualization/R/09-visualization-quantities/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "0ea21b6513df5ade7419c6b7d65f10b1",
"translation_date": "2025-08-23T22:37:00+00:00",
"source_file": "3-Data-Visualization/R/09-visualization-quantities/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "ea67c0c40808fd723594de6896c37ccf",
"translation_date": "2025-08-23T22:35:13+00:00",
"source_file": "3-Data-Visualization/R/10-visualization-distributions/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "a233d542512136c4dd29aad38ca0175f",
"translation_date": "2025-08-23T22:35:38+00:00",
"source_file": "3-Data-Visualization/R/10-visualization-distributions/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "47028abaaafa2bcb1079702d20569066",
"translation_date": "2025-08-23T22:38:01+00:00",
"source_file": "3-Data-Visualization/R/11-visualization-proportions/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "a33c5d4b4156a2b41788d8720b6f724c",
"translation_date": "2025-08-23T22:36:02+00:00",
"source_file": "3-Data-Visualization/R/12-visualization-relationships/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "b4039f1c76548d144a0aee0bf28304ec",
"translation_date": "2025-08-23T22:37:24+00:00",
"source_file": "3-Data-Visualization/R/13-meaningful-vizualizations/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "1441550a0d789796b2821e04f7f4cc94",
"translation_date": "2025-08-23T22:31:34+00:00",
"source_file": "3-Data-Visualization/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "c368f8f2506fe56bca0f7be05c4eb71d",
"translation_date": "2025-08-23T22:28:42+00:00",
"source_file": "4-Data-Science-Lifecycle/14-Introduction/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "564445c39ad29a491abcb9356fc4d47d",
"translation_date": "2025-08-23T22:29:07+00:00",
"source_file": "4-Data-Science-Lifecycle/14-Introduction/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "d92f57eb110dc7f765c05cbf0f837c77",
"translation_date": "2025-08-23T22:29:31+00:00",
"source_file": "4-Data-Science-Lifecycle/15-analyzing/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "fcc7547171f4530f159676dd73ed772e",
"translation_date": "2025-08-23T22:29:56+00:00",
"source_file": "4-Data-Science-Lifecycle/15-analyzing/assignment.md",
"language_code": "de"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "1ac43023e78bfe76481a32c878ace516",
"translation_date": "2025-08-23T22:30:31+00:00",
"source_file": "4-Data-Science-Lifecycle/16-communication/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "8980d7efd101c82d6d6ffc3458214120",
"translation_date": "2025-08-23T22:31:05+00:00",
"source_file": "4-Data-Science-Lifecycle/16-communication/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "dd173fd30fc039a7a299898920680723",
"translation_date": "2025-08-23T22:28:17+00:00",
"source_file": "4-Data-Science-Lifecycle/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "408c55cab2880daa4e78616308bd5db7",
"translation_date": "2025-08-23T22:25:54+00:00",
"source_file": "5-Data-Science-In-Cloud/17-Introduction/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "96f3696153d9ed54b19a1bb65438c104",
"translation_date": "2025-08-23T22:26:23+00:00",
"source_file": "5-Data-Science-In-Cloud/17-Introduction/assignment.md",
"language_code": "de"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "14b2a7f1c63202920bd98eeb913f5614",
"translation_date": "2025-08-23T22:24:57+00:00",
"source_file": "5-Data-Science-In-Cloud/18-Low-Code/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "8fdc4a5fd9bc27a8d2ebef995dfbf73f",
"translation_date": "2025-08-23T22:25:30+00:00",
"source_file": "5-Data-Science-In-Cloud/18-Low-Code/assignment.md",
"language_code": "de"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "73dead89dc2ddda4d6ec0232814a191e",
"translation_date": "2025-08-23T22:26:54+00:00",
"source_file": "5-Data-Science-In-Cloud/19-Azure/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "386efdbc19786951341f6956247ee990",
"translation_date": "2025-08-23T22:27:28+00:00",
"source_file": "5-Data-Science-In-Cloud/19-Azure/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "8dfe141a0f46f7d253e07f74913c7f44",
"translation_date": "2025-08-23T22:24:26+00:00",
"source_file": "5-Data-Science-In-Cloud/README.md",
"language_code": "de"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "67076ed50f54e7d26ba1ba378d6078f1",
"translation_date": "2025-08-23T22:23:21+00:00",
"source_file": "6-Data-Science-In-Wild/20-Real-World-Examples/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "d1e05715f9d97de6c4f1fb0c5a4702c0",
"translation_date": "2025-08-23T22:24:02+00:00",
"source_file": "6-Data-Science-In-Wild/20-Real-World-Examples/assignment.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "07faf02ff163e609edf0b0308dc5d4e6",
"translation_date": "2025-08-23T22:22:51+00:00",
"source_file": "6-Data-Science-In-Wild/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "c06b12caf3c901eb3156e3dd5b0aea56",
"translation_date": "2025-08-23T22:10:46+00:00",
"source_file": "CODE_OF_CONDUCT.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "61aff2b3273d4ab66709493b43f91ca1",
"translation_date": "2025-08-23T22:11:34+00:00",
"source_file": "CONTRIBUTING.md",
"language_code": "de"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "6bb17a440fdabf0823105136a5b81029",
"translation_date": "2025-08-23T22:09:24+00:00",
"source_file": "README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "0d575483100c332b2dbaefef915bb3c4",
"translation_date": "2025-08-23T22:11:10+00:00",
"source_file": "SECURITY.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "872be8bc1b93ef1dd9ac3d6e8f99f6ab",
"translation_date": "2025-08-23T22:09:57+00:00",
"source_file": "SUPPORT.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "3767555b3cc28a2865c79202f4374204",
"translation_date": "2025-08-23T22:16:09+00:00",
"source_file": "docs/_sidebar.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "87f157ea00d36c1d12c14390d9852b50",
"translation_date": "2025-08-23T22:10:22+00:00",
"source_file": "for-teachers.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "e92c33ea498915a13c9aec162616db18",
"translation_date": "2025-08-23T22:27:53+00:00",
"source_file": "quiz-app/README.md",
"language_code": "de"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "3a848466cb63aff1a93411affb152c2a",
"translation_date": "2025-08-23T22:22:35+00:00",
"source_file": "sketchnotes/README.md",
"language_code": "de"
}
-->

@ -1,13 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "2583a9894af7123b2fcae3376b14c035",
"translation_date": "2025-08-23T22:18:12+00:00",
"source_file": "1-Introduction/01-defining-data-science/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "4e0f1773b9bee1be3b28f9fe2c71b3de",
"translation_date": "2025-08-23T22:19:08+00:00",
"source_file": "1-Introduction/01-defining-data-science/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "a8f79b9c0484c35b4f26e8aec7fc4d56",
"translation_date": "2025-08-23T22:19:41+00:00",
"source_file": "1-Introduction/01-defining-data-science/solution/assignment.md",
"language_code": "es"
}
-->

@ -1,13 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "8796f41f566a0a8ebb72863a83d558ed",
"translation_date": "2025-08-23T22:16:52+00:00",
"source_file": "1-Introduction/02-ethics/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "b588c0fc73014f52520c666efc3e0cc3",
"translation_date": "2025-08-23T22:17:43+00:00",
"source_file": "1-Introduction/02-ethics/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "356d12cffc3125db133a2d27b827a745",
"translation_date": "2025-08-23T22:20:14+00:00",
"source_file": "1-Introduction/03-defining-data/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "2e5cacb967c1e9dfd07809bfc441a0b4",
"translation_date": "2025-08-23T22:20:46+00:00",
"source_file": "1-Introduction/03-defining-data/assignment.md",
"language_code": "es"
}
-->

@ -1,13 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "b706a07cfa87ba091cbb91e0aa775600",
"translation_date": "2025-08-23T22:21:26+00:00",
"source_file": "1-Introduction/04-stats-and-probability/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "01d1b493e8b51a6ebb42524f6b1bcfff",
"translation_date": "2025-08-23T22:22:16+00:00",
"source_file": "1-Introduction/04-stats-and-probability/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "696a8474a01054281704cbfb09148949",
"translation_date": "2025-08-23T22:16:23+00:00",
"source_file": "1-Introduction/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "870a0086adbc313a8eea5489bdcb2522",
"translation_date": "2025-08-23T22:12:09+00:00",
"source_file": "2-Working-With-Data/05-relational-databases/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "2f2d7693f28e4b2675f275e489dc5aac",
"translation_date": "2025-08-23T22:12:41+00:00",
"source_file": "2-Working-With-Data/05-relational-databases/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "32ddfef8121650f2ca2f3416fd283c37",
"translation_date": "2025-08-23T22:15:23+00:00",
"source_file": "2-Working-With-Data/06-non-relational/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "f824bfdb8b12d33293913f76f5c787c5",
"translation_date": "2025-08-23T22:15:51+00:00",
"source_file": "2-Working-With-Data/06-non-relational/assignment.md",
"language_code": "es"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "116c5d361fbe812e59a73f37ce721d36",
"translation_date": "2025-08-23T22:14:21+00:00",
"source_file": "2-Working-With-Data/07-python/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "dc8f035ce92e4eaa078ab19caa68267a",
"translation_date": "2025-08-23T22:15:01+00:00",
"source_file": "2-Working-With-Data/07-python/assignment.md",
"language_code": "es"
}
-->

@ -1,12 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "3ade580a06b5f04d57cc83a768a8fb77",
"translation_date": "2025-08-23T22:13:17+00:00",
"source_file": "2-Working-With-Data/08-data-preparation/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "f9d5a7275e046223fa6474477674b810",
"translation_date": "2025-08-23T22:13:56+00:00",
"source_file": "2-Working-With-Data/08-data-preparation/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "abc3309ab41bc5a7846f70ee1a055838",
"translation_date": "2025-08-23T22:11:48+00:00",
"source_file": "2-Working-With-Data/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "43c402d9d90ae6da55d004519ada5033",
"translation_date": "2025-08-23T22:38:28+00:00",
"source_file": "3-Data-Visualization/09-visualization-quantities/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "ad163c4fda72c8278280b61cad317ff4",
"translation_date": "2025-08-23T22:38:55+00:00",
"source_file": "3-Data-Visualization/09-visualization-quantities/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "87faccac113d772551486a67a607153e",
"translation_date": "2025-08-23T22:33:31+00:00",
"source_file": "3-Data-Visualization/10-visualization-distributions/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "40eeb9b9f94009c537c7811f9f27f037",
"translation_date": "2025-08-23T22:33:58+00:00",
"source_file": "3-Data-Visualization/10-visualization-distributions/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "af6a12015c6e250e500b570a9fa42593",
"translation_date": "2025-08-23T22:39:16+00:00",
"source_file": "3-Data-Visualization/11-visualization-proportions/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "1e00fe6a244c2f8f9a794c862661dd4f",
"translation_date": "2025-08-23T22:39:43+00:00",
"source_file": "3-Data-Visualization/11-visualization-proportions/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "cad419b574d5c35eaa417e9abfdcb0c8",
"translation_date": "2025-08-23T22:34:19+00:00",
"source_file": "3-Data-Visualization/12-visualization-relationships/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "680419753c086eef51be86607c623945",
"translation_date": "2025-08-23T22:34:46+00:00",
"source_file": "3-Data-Visualization/12-visualization-relationships/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "4ec4747a9f4f7d194248ea29903ae165",
"translation_date": "2025-08-23T22:32:06+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "e56df4c0f49357e30ac8fc77aa439dd4",
"translation_date": "2025-08-23T22:32:32+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "5c51a54dd89075a7a362890117b7ed9e",
"translation_date": "2025-08-23T22:33:10+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/solution/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "5c51a54dd89075a7a362890117b7ed9e",
"translation_date": "2025-08-23T22:32:54+00:00",
"source_file": "3-Data-Visualization/13-meaningful-visualizations/starter/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "22acf28f518a4769ea14fa42f4734b9f",
"translation_date": "2025-08-23T22:36:29+00:00",
"source_file": "3-Data-Visualization/R/09-visualization-quantities/README.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "0ea21b6513df5ade7419c6b7d65f10b1",
"translation_date": "2025-08-23T22:36:57+00:00",
"source_file": "3-Data-Visualization/R/09-visualization-quantities/assignment.md",
"language_code": "es"
}
-->

@ -1,11 +0,0 @@
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "ea67c0c40808fd723594de6896c37ccf",
"translation_date": "2025-08-23T22:35:08+00:00",
"source_file": "3-Data-Visualization/R/10-visualization-distributions/README.md",
"language_code": "es"
}
-->

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save