From 03e2b54b92b3b74eb0f6082269f1916baba0ce61 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Tue, 31 Aug 2021 10:20:06 -0400 Subject: [PATCH] editing base file of data group --- 2-Working-With-Data/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/2-Working-With-Data/README.md b/2-Working-With-Data/README.md index 42cda6e8..cf215d25 100644 --- a/2-Working-With-Data/README.md +++ b/2-Working-With-Data/README.md @@ -4,10 +4,11 @@ ### Topics -1. [Spreadsheets](05-spreadsheets/README.md) -2. [Relational Databases](06-relational-databases/README.md) -3. [NoSQL](07-nosql/README.md) -4. [Python](08-python/README.md) -5. [Cleaning and Transformations](09-cleaning-transformations/README.md) +1. [Relational databases](05-relational-databases/README.md) +2. [Non-relational databases](06-non-relational/README.md) +3. [Working with Python](07-python/README.md) +4. [Preparing data](08-data-preparation/README.md) ### Credits + +These lessons were written with ❤️ by [Christopher Harrison](https://twitter.com/geektrainer) and ...