Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Data analytics projects in R
>## Data analytics projects in R

10 changes: 5 additions & 5 deletions Weather Patterns/Readme.md
Original file line number Diff line number Diff line change
@@ -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)