diff --git a/2-Working-With-Data/05-relational-databases/README.md b/2-Working-With-Data/05-relational-databases/README.md new file mode 100644 index 0000000..51600ed --- /dev/null +++ b/2-Working-With-Data/05-relational-databases/README.md @@ -0,0 +1,19 @@ +# Working with Data: Relational Databases + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/2-Working-With-Data/05-relational-databases/assignment.md b/2-Working-With-Data/05-relational-databases/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/2-Working-With-Data/05-relational-databases/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/2-Working-With-Data/05-relational-databases/notebook.ipynb b/2-Working-With-Data/05-relational-databases/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/05-relational-databases/solution/notebook.ipynb b/2-Working-With-Data/05-relational-databases/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/05-relational-databases/translations/README.es.md b/2-Working-With-Data/05-relational-databases/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/05-spreadsheets/README.md b/2-Working-With-Data/06-non-relational/README.md similarity index 66% rename from 2-Working-With-Data/05-spreadsheets/README.md rename to 2-Working-With-Data/06-non-relational/README.md index 6cadd9e..76097bc 100644 --- a/2-Working-With-Data/05-spreadsheets/README.md +++ b/2-Working-With-Data/06-non-relational/README.md @@ -1,6 +1,6 @@ # Working with Data: Spreadsheets -Many data scientists will not pick spreadsheets as their first tool for various and valid reasons. However, it's a popular way to store and explore data because it requires less work to get setup and started. In this lesson you'll learn the basic components of a spreadsheet, how to apply formulas and functions, generating charts and pivot tables, and how to sort and filter a spreadsheet. This lesson provides foundational knowledge of spreadsheets in the rare event that you find yourself working with with them. The examples will be illustrated with Microsoft Excel, but most of the parts and topics will have similar names and steps in comparison to other spreadsheet software. +Many data scientists will not pick spreadsheets as their first tool for various and valid reasons. However, it's a popular way to store and explore data because it requires less work to setup and get started. In this lesson you'll learn the basic components of a spreadsheet, how to apply formulas and functions, generating charts and pivot tables, and how to sort and filter a spreadsheet. This lesson provides foundational knowledge of spreadsheets in the rare event that you find yourself working with with them. The examples will be illustrated with Microsoft Excel, but most of the parts and topics will have similar names and steps in comparison to other spreadsheet software. ## Pre-Lecture Quiz @@ -8,8 +8,12 @@ Many data scientists will not pick spreadsheets as their first tool for various [Pre-lecture quiz]() ## Introduction -File -Workbooks + +![An empty Microsoft Excel workbook with two worksheets](parts-of-spreadsheet.png) + +A spreadsheet is a file and will be accessible in the file system of a computer, device, or cloud based file system. The software itself may be browser based or an application that must be installed on a computer or downloaded as an app. When it comes to Excel, these files are also defined as workbooks and this terminology will be used the remainder of this lesson. + +A workbook contains one or more worksheets Worksheets Columns Row diff --git a/2-Working-With-Data/06-non-relational/assignment.md b/2-Working-With-Data/06-non-relational/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/2-Working-With-Data/06-non-relational/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/2-Working-With-Data/06-non-relational/notebook.ipynb b/2-Working-With-Data/06-non-relational/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/06-non-relational/parts-of-spreadsheet.png b/2-Working-With-Data/06-non-relational/parts-of-spreadsheet.png new file mode 100644 index 0000000..0c997b1 Binary files /dev/null and b/2-Working-With-Data/06-non-relational/parts-of-spreadsheet.png differ diff --git a/2-Working-With-Data/06-non-relational/solution/notebook.ipynb b/2-Working-With-Data/06-non-relational/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/06-non-relational/translations/README.es.md b/2-Working-With-Data/06-non-relational/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/07-python/README.md b/2-Working-With-Data/07-python/README.md new file mode 100644 index 0000000..91cb966 --- /dev/null +++ b/2-Working-With-Data/07-python/README.md @@ -0,0 +1,19 @@ +# Working with Data: Python and the Pandas Library + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/2-Working-With-Data/07-python/assignment.md b/2-Working-With-Data/07-python/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/2-Working-With-Data/07-python/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/2-Working-With-Data/07-python/notebook.ipynb b/2-Working-With-Data/07-python/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/07-python/solution/notebook.ipynb b/2-Working-With-Data/07-python/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/07-python/translations/README.es.md b/2-Working-With-Data/07-python/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/08-data-preparation/README.md b/2-Working-With-Data/08-data-preparation/README.md new file mode 100644 index 0000000..eb0f91a --- /dev/null +++ b/2-Working-With-Data/08-data-preparation/README.md @@ -0,0 +1,19 @@ +# Working with Data: Cleaning and Transformations + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/2-Working-With-Data/08-data-preparation/assignment.md b/2-Working-With-Data/08-data-preparation/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/2-Working-With-Data/08-data-preparation/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/2-Working-With-Data/08-data-preparation/notebook.ipynb b/2-Working-With-Data/08-data-preparation/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/08-data-preparation/solution/notebook.ipynb b/2-Working-With-Data/08-data-preparation/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/2-Working-With-Data/08-data-preparation/translations/README.es.md b/2-Working-With-Data/08-data-preparation/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/README.md b/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/README.md new file mode 100644 index 0000000..71f8f18 --- /dev/null +++ b/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/README.md @@ -0,0 +1,17 @@ +# The Data Science Lifecycle: Capturing + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + +## Assignment + +[Assignment Title](assignment.md) diff --git a/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/assignment.md b/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/notebook.ipynb b/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/solution/notebook.ipynb b/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/translations/README.es.md b/4-Data-Science-Lifecycle/14-introduction-to-data-science-lifecycle/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/15-analyzing/README.md b/4-Data-Science-Lifecycle/15-analyzing/README.md new file mode 100644 index 0000000..4a13d31 --- /dev/null +++ b/4-Data-Science-Lifecycle/15-analyzing/README.md @@ -0,0 +1,19 @@ +# The Data Science Lifecycle: Analyzing + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/4-Data-Science-Lifecycle/15-analyzing/assignment.md b/4-Data-Science-Lifecycle/15-analyzing/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/4-Data-Science-Lifecycle/15-analyzing/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/4-Data-Science-Lifecycle/15-analyzing/notebook.ipynb b/4-Data-Science-Lifecycle/15-analyzing/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/15-analyzing/solution/notebook.ipynb b/4-Data-Science-Lifecycle/15-analyzing/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/15-analyzing/translations/README.es.md b/4-Data-Science-Lifecycle/15-analyzing/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/16-communication/README.md b/4-Data-Science-Lifecycle/16-communication/README.md new file mode 100644 index 0000000..ba56d90 --- /dev/null +++ b/4-Data-Science-Lifecycle/16-communication/README.md @@ -0,0 +1,19 @@ +# The Data Science Lifecycle: Communication + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/4-Data-Science-Lifecycle/16-communication/assignment.md b/4-Data-Science-Lifecycle/16-communication/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/4-Data-Science-Lifecycle/16-communication/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/4-Data-Science-Lifecycle/16-communication/notebook.ipynb b/4-Data-Science-Lifecycle/16-communication/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/16-communication/solution/notebook.ipynb b/4-Data-Science-Lifecycle/16-communication/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/4-Data-Science-Lifecycle/16-communication/translations/README.es.md b/4-Data-Science-Lifecycle/16-communication/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/17-tbd/README.md b/5-Data-Science-In-Cloud/17-tbd/README.md new file mode 100644 index 0000000..5695df9 --- /dev/null +++ b/5-Data-Science-In-Cloud/17-tbd/README.md @@ -0,0 +1,19 @@ +# Data Science in the Cloud: TBD + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/5-Data-Science-In-Cloud/17-tbd/assignment.md b/5-Data-Science-In-Cloud/17-tbd/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/5-Data-Science-In-Cloud/17-tbd/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/5-Data-Science-In-Cloud/17-tbd/notebook.ipynb b/5-Data-Science-In-Cloud/17-tbd/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/17-tbd/solution/notebook.ipynb b/5-Data-Science-In-Cloud/17-tbd/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/17-tbd/translations/README.es.md b/5-Data-Science-In-Cloud/17-tbd/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/21-tbd/README.md b/5-Data-Science-In-Cloud/18-tbd/README.md similarity index 100% rename from 5-Data-Science-In-Cloud/21-tbd/README.md rename to 5-Data-Science-In-Cloud/18-tbd/README.md diff --git a/5-Data-Science-In-Cloud/18-tbd/assignment.md b/5-Data-Science-In-Cloud/18-tbd/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/5-Data-Science-In-Cloud/18-tbd/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/5-Data-Science-In-Cloud/18-tbd/notebook.ipynb b/5-Data-Science-In-Cloud/18-tbd/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/18-tbd/solution/notebook.ipynb b/5-Data-Science-In-Cloud/18-tbd/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/18-tbd/translations/README.es.md b/5-Data-Science-In-Cloud/18-tbd/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/19-tbd/README.md b/5-Data-Science-In-Cloud/19-tbd/README.md new file mode 100644 index 0000000..5695df9 --- /dev/null +++ b/5-Data-Science-In-Cloud/19-tbd/README.md @@ -0,0 +1,19 @@ +# Data Science in the Cloud: TBD + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/5-Data-Science-In-Cloud/19-tbd/assignment.md b/5-Data-Science-In-Cloud/19-tbd/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/5-Data-Science-In-Cloud/19-tbd/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/5-Data-Science-In-Cloud/19-tbd/notebook.ipynb b/5-Data-Science-In-Cloud/19-tbd/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/19-tbd/solution/notebook.ipynb b/5-Data-Science-In-Cloud/19-tbd/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/5-Data-Science-In-Cloud/19-tbd/translations/README.es.md b/5-Data-Science-In-Cloud/19-tbd/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/6-Data-Science-In-Wild/20-tbd/README.md b/6-Data-Science-In-Wild/20-tbd/README.md new file mode 100644 index 0000000..03d47cb --- /dev/null +++ b/6-Data-Science-In-Wild/20-tbd/README.md @@ -0,0 +1,19 @@ +# Data Science in the Wild: TBD + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/6-Data-Science-In-Wild/20-tbd/assignment.md b/6-Data-Science-In-Wild/20-tbd/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/6-Data-Science-In-Wild/20-tbd/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/6-Data-Science-In-Wild/20-tbd/notebook.ipynb b/6-Data-Science-In-Wild/20-tbd/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/6-Data-Science-In-Wild/20-tbd/solution/notebook.ipynb b/6-Data-Science-In-Wild/20-tbd/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/6-Data-Science-In-Wild/20-tbd/translations/README.es.md b/6-Data-Science-In-Wild/20-tbd/translations/README.es.md new file mode 100644 index 0000000..e69de29 diff --git a/6-Data-Science-In-Wild/21-tbd/README.md b/6-Data-Science-In-Wild/21-tbd/README.md new file mode 100644 index 0000000..03d47cb --- /dev/null +++ b/6-Data-Science-In-Wild/21-tbd/README.md @@ -0,0 +1,19 @@ +# Data Science in the Wild: TBD + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + +## 🚀 Challenge + + +## Post-Lecture Quiz + +[Post-lecture quiz]() + +## Review & Self Study + + +## Assignment + +[Assignment Title](assignment.md) diff --git a/6-Data-Science-In-Wild/21-tbd/assignment.md b/6-Data-Science-In-Wild/21-tbd/assignment.md new file mode 100644 index 0000000..b7af641 --- /dev/null +++ b/6-Data-Science-In-Wild/21-tbd/assignment.md @@ -0,0 +1,8 @@ +# Title + +## Instructions + +## Rubric + +Exemplary | Adequate | Needs Improvement +--- | --- | -- | diff --git a/6-Data-Science-In-Wild/21-tbd/notebook.ipynb b/6-Data-Science-In-Wild/21-tbd/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/6-Data-Science-In-Wild/21-tbd/solution/notebook.ipynb b/6-Data-Science-In-Wild/21-tbd/solution/notebook.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/6-Data-Science-In-Wild/21-tbd/translations/README.es.md b/6-Data-Science-In-Wild/21-tbd/translations/README.es.md new file mode 100644 index 0000000..e69de29