From cda778bf8b0933dc6b1b9300fed36a61d0da404e Mon Sep 17 00:00:00 2001 From: Jasmine G Date: Thu, 24 Jun 2021 17:41:19 -0400 Subject: [PATCH] organize directories --- 00-sketchnotes/01.md | 0 {1-defining-data-science => 01-defining-data-science}/README.md | 0 {2-ethics => 02-ethics}/README.md | 0 {3-defining-data => 03-defining-data}/README.md | 0 {4-stats-and-probability => 04-stats-and-probability}/README.md | 0 working-with-data/{5-spreadsheets => 05-spreadsheets}/README.md | 0 .../{6-relational-databases => 06-relational-databases}/README.md | 0 working-with-data/{7-nosql => 07-nosql}/README.md | 0 working-with-data/{8-python => 08-python}/README.md | 0 .../09-cleaning-transformations}/README.md | 0 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 00-sketchnotes/01.md rename {1-defining-data-science => 01-defining-data-science}/README.md (100%) rename {2-ethics => 02-ethics}/README.md (100%) rename {3-defining-data => 03-defining-data}/README.md (100%) rename {4-stats-and-probability => 04-stats-and-probability}/README.md (100%) rename working-with-data/{5-spreadsheets => 05-spreadsheets}/README.md (100%) rename working-with-data/{6-relational-databases => 06-relational-databases}/README.md (100%) rename working-with-data/{7-nosql => 07-nosql}/README.md (100%) rename working-with-data/{8-python => 08-python}/README.md (100%) rename {9-cleaning-transformations => working-with-data/09-cleaning-transformations}/README.md (100%) diff --git a/00-sketchnotes/01.md b/00-sketchnotes/01.md new file mode 100644 index 00000000..e69de29b diff --git a/1-defining-data-science/README.md b/01-defining-data-science/README.md similarity index 100% rename from 1-defining-data-science/README.md rename to 01-defining-data-science/README.md diff --git a/2-ethics/README.md b/02-ethics/README.md similarity index 100% rename from 2-ethics/README.md rename to 02-ethics/README.md diff --git a/3-defining-data/README.md b/03-defining-data/README.md similarity index 100% rename from 3-defining-data/README.md rename to 03-defining-data/README.md diff --git a/4-stats-and-probability/README.md b/04-stats-and-probability/README.md similarity index 100% rename from 4-stats-and-probability/README.md rename to 04-stats-and-probability/README.md diff --git a/working-with-data/5-spreadsheets/README.md b/working-with-data/05-spreadsheets/README.md similarity index 100% rename from working-with-data/5-spreadsheets/README.md rename to working-with-data/05-spreadsheets/README.md diff --git a/working-with-data/6-relational-databases/README.md b/working-with-data/06-relational-databases/README.md similarity index 100% rename from working-with-data/6-relational-databases/README.md rename to working-with-data/06-relational-databases/README.md diff --git a/working-with-data/7-nosql/README.md b/working-with-data/07-nosql/README.md similarity index 100% rename from working-with-data/7-nosql/README.md rename to working-with-data/07-nosql/README.md diff --git a/working-with-data/8-python/README.md b/working-with-data/08-python/README.md similarity index 100% rename from working-with-data/8-python/README.md rename to working-with-data/08-python/README.md diff --git a/9-cleaning-transformations/README.md b/working-with-data/09-cleaning-transformations/README.md similarity index 100% rename from 9-cleaning-transformations/README.md rename to working-with-data/09-cleaning-transformations/README.md