From 57b56a0451b720947949c0a7d359014a22b27582 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Wed, 14 Aug 2024 11:56:18 -0500 Subject: [PATCH 1/3] make call center visible --- content/assignments/assignment3/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assignments/assignment3/_index.md b/content/assignments/assignment3/_index.md index 1755579..6509eed 100644 --- a/content/assignments/assignment3/_index.md +++ b/content/assignments/assignment3/_index.md @@ -4,7 +4,7 @@ title = "Call Center Cleanup" date = 2023-05-25T12:55:09-05:00 draft = false weight = 4 -hidden = true +hidden = false +++ For this assignment, we will be working with call center data. You can start From 7b380acffa768c51d21036d4f7fcf86ea8615df8 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Wed, 14 Aug 2024 12:09:54 -0500 Subject: [PATCH 2/3] changed numbering for submission instructions --- content/assignments/assignment3/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assignments/assignment3/_index.md b/content/assignments/assignment3/_index.md index 6509eed..956d316 100644 --- a/content/assignments/assignment3/_index.md +++ b/content/assignments/assignment3/_index.md @@ -40,7 +40,7 @@ Fork [this GitHub repository](https://github.com/LaunchCodeEducation/call-center ## Submitting Your Work When you are finished, make sure to push your changes up to GitHub. Copy the link to your GitHub -repository and paste it into the submission box in Canvas for Graded Assignment #2: Call Center Cleanup and click *Submit*. +repository and paste it into the submission box in Canvas for Graded Assignment #3: Call Center Cleanup and click *Submit*. {{% notice blue Note "rocket" %}} The following tasks and questions in the textbook for this assignment are also located within the notebook from the above GitHub repository. You must save the answers to the questions within your notebook for grading. From 8d814cf66706acaba8654e7d27ed25ad5e62e5d1 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Wed, 14 Aug 2024 12:32:51 -0500 Subject: [PATCH 3/3] updated final project links --- content/assignments/assignment4/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/assignments/assignment4/_index.md b/content/assignments/assignment4/_index.md index 26d7306..64d597b 100644 --- a/content/assignments/assignment4/_index.md +++ b/content/assignments/assignment4/_index.md @@ -15,13 +15,11 @@ is broken into five checkpoints and a final presentation. 1. [Selecting your business issue and dataset]({{% relref "./checkpoint-1" %}}) 1. [EDA]() 1. [Cleaning data]({{% relref "./checkpoint-3" %}}) -1. [Manipulate, interpret, and visualize data]() -1. [Modelling data]() -1. [Final Project Fair]() +1. [Manipulate, interpret, and visualize data]({{% relref "./checkpoint-4" %}}) Examples of final project repositories to help you understand the requirements and complete your own: 1. [Carly's Final Project: Microbiome Analysis](https://github.com/LaunchCodeEducation/data-analysis-final-project-sample-carly/tree/main). 1. [Courtney's Final Project: Dungeons and Dragons Encounter Creator](https://github.com/speudusa/data-analysis-final-project). 1. [Kimberly's Final Project: Chocolate Bar Analysis](https://github.com/codinglikeagirl42/ChocolateBarAnalysis). -1. [Sally's Final Project: Sephora Analysis](https://github.com/gildedgardenia/data-analysis-final-project). \ No newline at end of file +1. [Sally's Final Project: Sephora Analysis](https://github.com/gildedgardenia/data-analysis-final-project).