From fefa920f79d493d6dd09f3d8ce3dc8aa232466bf Mon Sep 17 00:00:00 2001 From: Tarun Lahrod Date: Fri, 25 Sep 2020 12:43:54 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 572e563..a810d02 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -Data analytics projects in R +>## Data analytics projects in R From f8be5b067a12dbff060d49d5c3c57bcc69466d7e Mon Sep 17 00:00:00 2001 From: Tarun Lahrod Date: Fri, 25 Sep 2020 12:46:24 +0530 Subject: [PATCH 2/2] Update Readme.md --- Weather Patterns/Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Weather Patterns/Readme.md b/Weather Patterns/Readme.md index c87ddec..df9a32c 100644 --- a/Weather Patterns/Readme.md +++ b/Weather Patterns/Readme.md @@ -1,12 +1,12 @@ You are working on a project for a meteorology bureau. You have been supplied weather data for 4 cities in the US: Chicago, NewYork, Houston and SanFrancisco.You are required to deliver the following outputs: -1.A table showing the annual averages of each observed metric for every city +1. A table showing the annual averages of each observed metric for every city -2.A table showing by how much temperature fluctuates each month from min to max (in %). Take min temperature as the base +2. A table showing by how much temperature fluctuates each month from min to max (in %). Take min temperature as the base -3.A table showing the annual maximums of each observed metric for every city +3. A table showing the annual maximums of each observed metric for every city -4.A table showing the annual minimums of each observed metric for every city +4. A table showing the annual minimums of each observed metric for every city -5.A table showing in which months the annual maximums of each metric were observed in every city (Advanced) +5. A table showing in which months the annual maximums of each metric were observed in every city (Advanced)