From 9c70576593e9a16ffda77d6f8b230fb90d59ba69 Mon Sep 17 00:00:00 2001 From: Frederick Legaspi Date: Sat, 18 Dec 2021 12:11:13 -0500 Subject: [PATCH] Fix broken links Fix broken links: previous lessons assignment link and Analyzing README link. --- 4-Data-Science-Lifecycle/15-analyzing/assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4-Data-Science-Lifecycle/15-analyzing/assignment.md b/4-Data-Science-Lifecycle/15-analyzing/assignment.md index 34603772..053408bd 100644 --- a/4-Data-Science-Lifecycle/15-analyzing/assignment.md +++ b/4-Data-Science-Lifecycle/15-analyzing/assignment.md @@ -1,10 +1,10 @@ # Exploring for answers -This is a continuation of the previous lesson's [assignment](..\14-Introduction\assignment.md), where we briefly took a look at the data set. Now we will be taking a deeper look at the data. +This is a continuation of the previous lesson's [assignment](../14-Introduction/assignment.md), where we briefly took a look at the data set. Now we will be taking a deeper look at the data. Again, the question the client wants to know: **Do yellow taxi passengers in New York City tip drivers more in the winter or summer?** -Your team is in the [Analyzing](Readme.md) stage of the Data Science Lifecycle, where you are responsible for doing exploratory data analysis on the dataset. You have been provided a notebook and dataset that contains 200 taxi transactions from January and July 2019. +Your team is in the [Analyzing](README.md) stage of the Data Science Lifecycle, where you are responsible for doing exploratory data analysis on the dataset. You have been provided a notebook and dataset that contains 200 taxi transactions from January and July 2019. ## Instructions