From 3b390afc389e4c75c8647372b92f5aa6369f9688 Mon Sep 17 00:00:00 2001 From: ycechungAI Date: Fri, 29 Oct 2021 13:49:09 -0400 Subject: [PATCH 1/2] first iteration translated working with data README to Simplified chinese --- .../translations/README.zh-cn.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 2-Working-With-Data/translations/README.zh-cn.md diff --git a/2-Working-With-Data/translations/README.zh-cn.md b/2-Working-With-Data/translations/README.zh-cn.md new file mode 100644 index 000000000..4bb2a3502 --- /dev/null +++ b/2-Working-With-Data/translations/README.zh-cn.md @@ -0,0 +1,17 @@ +# 处理数据 + +![data love](images/data-love.jpg) +> 摄影者 Alexander Sinn on Unsplash + +在这些课程中, 你将学习一些数据管理, 数据操作, 和应用中使用的方式. 你将学习关系和非关系数据库, 和数据如何存储在他们中. 你将学习Python的基础, 并且你将发现一些你可以使用Python的方式来管理和挖掘数据. + +### 主题 + +1. [关系数据库](05-relational-databases/README.md) +2. [非关系数据库](06-non-relational/README.md) +3. [使用Python](07-python/README.md) +4. [准备数据](08-data-preparation/README.md) + +### 感谢 + +这些课程是用❤️写的 [Christopher Harrison](https://twitter.com/geektrainer), [Dmitry Soshnikov](https://twitter.com/shwars) and [Jasmine Greenaway](https://twitter.com/paladique) \ No newline at end of file From af6f262bb6d6cf7eb3bf7c5432ba43d88a72f486 Mon Sep 17 00:00:00 2001 From: ycechungAI Date: Fri, 29 Oct 2021 13:54:44 -0400 Subject: [PATCH 2/2] second iteration translated working with data README to Simplified chinese --- 2-Working-With-Data/translations/README.zh-cn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2-Working-With-Data/translations/README.zh-cn.md b/2-Working-With-Data/translations/README.zh-cn.md index 4bb2a3502..ebcb87f9a 100644 --- a/2-Working-With-Data/translations/README.zh-cn.md +++ b/2-Working-With-Data/translations/README.zh-cn.md @@ -5,13 +5,13 @@ 在这些课程中, 你将学习一些数据管理, 数据操作, 和应用中使用的方式. 你将学习关系和非关系数据库, 和数据如何存储在他们中. 你将学习Python的基础, 并且你将发现一些你可以使用Python的方式来管理和挖掘数据. -### 主题 +### 话题 1. [关系数据库](05-relational-databases/README.md) 2. [非关系数据库](06-non-relational/README.md) 3. [使用Python](07-python/README.md) 4. [准备数据](08-data-preparation/README.md) -### 感谢 +### 学分 -这些课程是用❤️写的 [Christopher Harrison](https://twitter.com/geektrainer), [Dmitry Soshnikov](https://twitter.com/shwars) and [Jasmine Greenaway](https://twitter.com/paladique) \ No newline at end of file +这些课程由 ❤️ [Christopher Harrison](https://twitter.com/geektrainer), [Dmitry Soshnikov](https://twitter.com/shwars) and [Jasmine Greenaway](https://twitter.com/paladique) \ No newline at end of file