From 793350eaa3429ca5b43d4e790e2071cf240d46f3 Mon Sep 17 00:00:00 2001
From: BarbarossaWang <40034814+BarbarossaWang@users.noreply.github.com>
Date: Sun, 18 Sep 2022 19:40:03 +0800
Subject: [PATCH] [TRANSLATION] translate Data100.md (#229)
* [TRANSLATION] translate Data100.md
* fix description
---
docs/数据科学/Data100.en.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 docs/数据科学/Data100.en.md
diff --git a/docs/数据科学/Data100.en.md b/docs/数据科学/Data100.en.md
new file mode 100644
index 00000000..82dcf2ea
--- /dev/null
+++ b/docs/数据科学/Data100.en.md
@@ -0,0 +1,17 @@
+# UCB Data100: Principles and Techniques of Data Science
+
+## Description
+
+- Offered by: UC Berkeley
+- Prerequisites: CS61A,Linear Algebra
+- Programming Languages: Python
+- Difficulty: 🌟🌟🌟
+- Class Hour: 80 hours
+
+This is Berkeley's introductory course in data science, covering the basics of data cleaning, feature extraction, data visualization, machine learning and inference, as well as common data science tools such as Pandas, Numpy, and Matplotlib. The course is also rich in interesting programming assignments, which is one of the highlights of the course.
+
+## Resources
+- Course Website:
+- Records: refer to course website
+- Textbook:
+- Assignments: refer to course website