diff --git a/2-Working-With-Data/05-spreadsheets/assignment.md b/2-Working-With-Data/05-spreadsheets/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/2-Working-With-Data/05-spreadsheets/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/2-Working-With-Data/05-spreadsheets/notebook.ipynb b/2-Working-With-Data/05-spreadsheets/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/05-spreadsheets/solution/notebook.ipynb b/2-Working-With-Data/05-spreadsheets/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/05-spreadsheets/translations/README.es.md b/2-Working-With-Data/05-spreadsheets/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/06-non-relational/README.md b/2-Working-With-Data/06-non-relational/README.md index 76097bc1..57e610cc 100644 --- a/2-Working-With-Data/06-non-relational/README.md +++ b/2-Working-With-Data/06-non-relational/README.md @@ -1,13 +1,11 @@ -# Working with Data: Spreadsheets +# Working with Data: Non-Relational Data -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. - +Data can come from various sources, and is not limited to relational databases. This lesson focuses on non relational data and will cover spreadsheets and NoSQL. -## Pre-Lecture Quiz -[Pre-lecture quiz]() +## Spreadsheets -## Introduction +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. ![An empty Microsoft Excel workbook with two worksheets](parts-of-spreadsheet.png) @@ -20,32 +18,46 @@ Row Cell Header -## Exploring Values -Date (slash or dash) times (colon) +### Exploring Values +Date (slash or dash) times (colon) Numbers Text/alpha characters Autofill? -## Formulas +### Formulas and Functions - How to start one (equal and cell id) - formula bar - copying by dragging over by fill handle - -## Functions - Basic mathematics - Sum - Average - XLookup/lookup functions -relationships -## Charts +### Charts - Creating a chart - Pivot Tables -## Misc --Sorting --Filtering -- Pivot table - summary totals + +## NoSQL + +### Types + +Document +Key Value +Graph +Columnar + +### + + + +## Pre-Lecture Quiz + +[Pre-lecture quiz]() + + + diff --git a/2-Working-With-Data/06-relational-databases/README.md b/2-Working-With-Data/06-relational-databases/README.md deleted file mode 100644 index 51600ed5..00000000 --- a/2-Working-With-Data/06-relational-databases/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/06-relational-databases/assignment.md b/2-Working-With-Data/06-relational-databases/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/2-Working-With-Data/06-relational-databases/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/2-Working-With-Data/06-relational-databases/notebook.ipynb b/2-Working-With-Data/06-relational-databases/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/06-relational-databases/solution/notebook.ipynb b/2-Working-With-Data/06-relational-databases/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/06-relational-databases/translations/README.es.md b/2-Working-With-Data/06-relational-databases/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/07-nosql/README.md b/2-Working-With-Data/07-nosql/README.md deleted file mode 100644 index dc9f8e00..00000000 --- a/2-Working-With-Data/07-nosql/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Working with Data: NoSQL - -## 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-nosql/assignment.md b/2-Working-With-Data/07-nosql/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/2-Working-With-Data/07-nosql/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/2-Working-With-Data/07-nosql/notebook.ipynb b/2-Working-With-Data/07-nosql/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/07-nosql/solution/notebook.ipynb b/2-Working-With-Data/07-nosql/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/07-nosql/translations/README.es.md b/2-Working-With-Data/07-nosql/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/08-python/assignment.md b/2-Working-With-Data/08-python/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/2-Working-With-Data/08-python/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/2-Working-With-Data/08-python/solution/notebook.ipynb b/2-Working-With-Data/08-python/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/08-python/translations/README.es.md b/2-Working-With-Data/08-python/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/09-cleaning-transformations/README.md b/2-Working-With-Data/09-cleaning-transformations/README.md deleted file mode 100644 index eb0f91ab..00000000 --- a/2-Working-With-Data/09-cleaning-transformations/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/09-cleaning-transformations/assignment.md b/2-Working-With-Data/09-cleaning-transformations/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/2-Working-With-Data/09-cleaning-transformations/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/2-Working-With-Data/09-cleaning-transformations/notebook.ipynb b/2-Working-With-Data/09-cleaning-transformations/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/09-cleaning-transformations/solution/notebook.ipynb b/2-Working-With-Data/09-cleaning-transformations/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/2-Working-With-Data/09-cleaning-transformations/translations/README.es.md b/2-Working-With-Data/09-cleaning-transformations/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/15-capturing/README.md b/4-Data-Science-Lifecycle/15-capturing/README.md deleted file mode 100644 index 71f8f186..00000000 --- a/4-Data-Science-Lifecycle/15-capturing/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# 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/15-capturing/assignment.md b/4-Data-Science-Lifecycle/15-capturing/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/4-Data-Science-Lifecycle/15-capturing/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/4-Data-Science-Lifecycle/15-capturing/notebook.ipynb b/4-Data-Science-Lifecycle/15-capturing/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/15-capturing/solution/notebook.ipynb b/4-Data-Science-Lifecycle/15-capturing/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/15-capturing/translations/README.es.md b/4-Data-Science-Lifecycle/15-capturing/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/16-processing/README.md b/4-Data-Science-Lifecycle/16-processing/README.md deleted file mode 100644 index d849f874..00000000 --- a/4-Data-Science-Lifecycle/16-processing/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# The Data Science Lifecycle: Processing - -## 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-processing/assignment.md b/4-Data-Science-Lifecycle/16-processing/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/4-Data-Science-Lifecycle/16-processing/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/4-Data-Science-Lifecycle/16-processing/notebook.ipynb b/4-Data-Science-Lifecycle/16-processing/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/16-processing/solution/notebook.ipynb b/4-Data-Science-Lifecycle/16-processing/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/16-processing/translations/README.es.md b/4-Data-Science-Lifecycle/16-processing/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/17-analyzing/README.md b/4-Data-Science-Lifecycle/17-analyzing/README.md deleted file mode 100644 index 4a13d315..00000000 --- a/4-Data-Science-Lifecycle/17-analyzing/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/17-analyzing/assignment.md b/4-Data-Science-Lifecycle/17-analyzing/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/4-Data-Science-Lifecycle/17-analyzing/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/4-Data-Science-Lifecycle/17-analyzing/notebook.ipynb b/4-Data-Science-Lifecycle/17-analyzing/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/17-analyzing/solution/notebook.ipynb b/4-Data-Science-Lifecycle/17-analyzing/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/17-analyzing/translations/README.es.md b/4-Data-Science-Lifecycle/17-analyzing/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/18-communication/README.md b/4-Data-Science-Lifecycle/18-communication/README.md deleted file mode 100644 index ba56d90c..00000000 --- a/4-Data-Science-Lifecycle/18-communication/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/18-communication/assignment.md b/4-Data-Science-Lifecycle/18-communication/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/4-Data-Science-Lifecycle/18-communication/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/4-Data-Science-Lifecycle/18-communication/notebook.ipynb b/4-Data-Science-Lifecycle/18-communication/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/18-communication/solution/notebook.ipynb b/4-Data-Science-Lifecycle/18-communication/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/18-communication/translations/README.es.md b/4-Data-Science-Lifecycle/18-communication/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/19-maintaining/README.md b/4-Data-Science-Lifecycle/19-maintaining/README.md deleted file mode 100644 index d1c0d910..00000000 --- a/4-Data-Science-Lifecycle/19-maintaining/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# The Data Science Lifecycle: Maintaining - -## 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/19-maintaining/assignment.md b/4-Data-Science-Lifecycle/19-maintaining/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/4-Data-Science-Lifecycle/19-maintaining/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/4-Data-Science-Lifecycle/19-maintaining/notebook.ipynb b/4-Data-Science-Lifecycle/19-maintaining/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/19-maintaining/solution/notebook.ipynb b/4-Data-Science-Lifecycle/19-maintaining/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/4-Data-Science-Lifecycle/19-maintaining/translations/README.es.md b/4-Data-Science-Lifecycle/19-maintaining/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/20-tbd/README.md b/5-Data-Science-In-Cloud/20-tbd/README.md deleted file mode 100644 index 5695df95..00000000 --- a/5-Data-Science-In-Cloud/20-tbd/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/20-tbd/assignment.md b/5-Data-Science-In-Cloud/20-tbd/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/5-Data-Science-In-Cloud/20-tbd/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/5-Data-Science-In-Cloud/20-tbd/notebook.ipynb b/5-Data-Science-In-Cloud/20-tbd/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/20-tbd/solution/notebook.ipynb b/5-Data-Science-In-Cloud/20-tbd/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/20-tbd/translations/README.es.md b/5-Data-Science-In-Cloud/20-tbd/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/21-tbd/assignment.md b/5-Data-Science-In-Cloud/21-tbd/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/5-Data-Science-In-Cloud/21-tbd/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/5-Data-Science-In-Cloud/21-tbd/notebook.ipynb b/5-Data-Science-In-Cloud/21-tbd/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/21-tbd/solution/notebook.ipynb b/5-Data-Science-In-Cloud/21-tbd/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/21-tbd/translations/README.es.md b/5-Data-Science-In-Cloud/21-tbd/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/22-tbd/README.md b/5-Data-Science-In-Cloud/22-tbd/README.md deleted file mode 100644 index 5695df95..00000000 --- a/5-Data-Science-In-Cloud/22-tbd/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/22-tbd/assignment.md b/5-Data-Science-In-Cloud/22-tbd/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/5-Data-Science-In-Cloud/22-tbd/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/5-Data-Science-In-Cloud/22-tbd/notebook.ipynb b/5-Data-Science-In-Cloud/22-tbd/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/22-tbd/solution/notebook.ipynb b/5-Data-Science-In-Cloud/22-tbd/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Data-Science-In-Cloud/22-tbd/translations/README.es.md b/5-Data-Science-In-Cloud/22-tbd/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Data-Science-In-Wild/23-tbd/README.md b/6-Data-Science-In-Wild/23-tbd/README.md deleted file mode 100644 index 03d47cb4..00000000 --- a/6-Data-Science-In-Wild/23-tbd/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/23-tbd/assignment.md b/6-Data-Science-In-Wild/23-tbd/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/6-Data-Science-In-Wild/23-tbd/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/6-Data-Science-In-Wild/23-tbd/notebook.ipynb b/6-Data-Science-In-Wild/23-tbd/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Data-Science-In-Wild/23-tbd/solution/notebook.ipynb b/6-Data-Science-In-Wild/23-tbd/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Data-Science-In-Wild/23-tbd/translations/README.es.md b/6-Data-Science-In-Wild/23-tbd/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Data-Science-In-Wild/24-tbd/README.md b/6-Data-Science-In-Wild/24-tbd/README.md deleted file mode 100644 index 03d47cb4..00000000 --- a/6-Data-Science-In-Wild/24-tbd/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/24-tbd/assignment.md b/6-Data-Science-In-Wild/24-tbd/assignment.md deleted file mode 100644 index b7af6412..00000000 --- a/6-Data-Science-In-Wild/24-tbd/assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -# Title - -## Instructions - -## Rubric - -Exemplary | Adequate | Needs Improvement ---- | --- | -- | diff --git a/6-Data-Science-In-Wild/24-tbd/notebook.ipynb b/6-Data-Science-In-Wild/24-tbd/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Data-Science-In-Wild/24-tbd/solution/notebook.ipynb b/6-Data-Science-In-Wild/24-tbd/solution/notebook.ipynb deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Data-Science-In-Wild/24-tbd/translations/README.es.md b/6-Data-Science-In-Wild/24-tbd/translations/README.es.md deleted file mode 100644 index e69de29b..00000000