Skip to content

Commit

Permalink
fix typos in dataset description
Browse files Browse the repository at this point in the history
  • Loading branch information
renee-kwon authored Feb 18, 2023
1 parent 66470aa commit e75405c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reports/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Travel enthusiasts who dream about having unforgettable experiences are usually

## Section 2: Description of the data

In this project, we are using the daily weather data collected by the USA National Weather Service and shared by the [TidyTuesday](https://github.com/rfordatascience/tidytuesday) project by the R4DS Online Learning community. This dataset contains 651,968 observations of 12, 24, and 36 hour weather forecasts of high and low temperatures, precipitation levels, along with observed temperatures and precipitation levels for 160 cities across 53 US states and territories. The data was recorded for 16 months starting on January 30, 2021 to June 1, 2022.
In this project, we are using the daily weather data collected by the USA National Weather Service and shared by the [TidyTuesday](https://github.com/rfordatascience/tidytuesday) project by the R4DS Online Learning community. This dataset contains 651,968 observations of 12, 24, and 36 hour weather forecasts of high and low temperatures and precipitation levels, along with actual observed temperatures and precipitation levels for 160 cities across 53 US states and territories. The data was recorded for 16 months starting on January 30, 2021 to June 1, 2022.

The aim of our dashboard is to report actual temperatures and precipitation levels and not forecasted weather, thus we have only utilized the following columns:
The aim of our dashboard is to report actual temperatures and precipitation levels and not forecasts of weather, and thus we have only utilized the following columns:

`date` date described by the observation \
`city` city \
Expand All @@ -21,7 +21,7 @@ The aim of our dashboard is to report actual temperatures and precipitation leve
`observed_temp` the observed high or low temperature of the day \
`observed_precip` the observed precipitation of the day (in inches)

Further, our project will report a high and low observation of each day and the rows of 12, 24, 36, and 48 hour forecasts were removed. Our processed data contains 162,992 observations.
Furthermore, our project will report a high and low observation of each day and the rows of 12, 24, 36, and 48 hour forecasts were removed. The processed data contains 162,992 observations.

## Section 3: Research questions and usage scenarios

Expand Down

0 comments on commit e75405c

Please sign in to comment.