Skip to content

rocket3855/surfs_up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

surfs_up

Deanna Centi

Module 9 was a climate analysis that used sqlite and a flask application to determine that Oahu would be the most optimal location for a surf and ice cream shop. For analysis regarding a year round business, data was filtered for the months of june through december. In June it was optimal temperatures for surfing and ice cream with the average temperature reaching approximately 75 degrees F. While the low and highest temperature reached are 64 and 85 degrees. However, in December the average temperature was approximately 71 degrees while reaching lows of 56 and highs of 83. The results conclude that the ice cream shop can remain open year round but to expect slow business on a few of the colder days in december.

Deliverable 1

  1. Write a query that filters the Measurement table to retrieve the temperatures for the month of June.

D1-1

  1. Convert the June temperatures to a list.

D1-2

  1. Create a DataFrame from the list of temperatures for the month of June.

D1-3

  1. Calculate and print out the summary statistics for the June temperature DataFrame.

D1-4

Deliverable 2

  1. Write a query that filters the Measurement table to retrieve the temperatures for the month of December.

D2-1

  1. Convert the December temperatures to a list.

D2-2

  1. Create a DataFrame from the list of temperatures for the month of December.

D2-3

  1. Calculate and print out the summary statistics for the Decemeber temperature DataFrame.

D2-4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published