Coder Social home page Coder Social logo

surfs_up's Introduction

Surfs Up Analysis

Overview

Investing in a new business venture can be risky, but it can be extremely rewarding if the investment pays off. An investor is considering backing a business plan, which involves opening ‘Waves and Ice Cream’, a shop which would serve surf boards and ice cream to locals and tourist in Oahu, Hawaii. The purpose of this analysis is to conduct an analysis on a weather dataset from Oahu, Hawaii to determine whether opening this business would be a viable option.

Resources Utilized to Complete Analysis

  • Data Sources: hawaii.sqlite

  • Languages: Python

  • Applications: SQLite, SQLAlchemy

  • Tools: Pandas, Jupyter Notebook

Results

In conducting this analysis, it was important to sample data from different months of the year, to determine if there were vast variations in the results. Specifically, temperature data was sampled for the months of June and December in Oahu, Hawaii, to determine if the surf and ice cream shop business would be sustainable year-round.

By utilizing Python, Pandas functions and methods, and SQLAlchemy, the date column was filtered from the Measurements table in the hawaii.sqlite database in order to retrieve all the temperatures for the month of June and December. Once this data was obtained, the temperatures were initially converted to a list, then a DataFrame was created from the list, and finally summary statistics were generated.

Summary Statistics: June vs. December Temperature

A total of 9 weather stations captured data. For the months of June and December, various statistics were captured pertaining to the temperature.

June_Temperature

December_Temperature

The results indicate key differences in weather between June and December.

  • There are more data points capturing temperature in June versus December.
  • The lowest temperature is marked with an 8-degree difference (June: 64F, December: 56F), but the high temperature is marked with a 2-degree difference (June: 85F, December: 83F).
  • The average temperature in June is 74.9 and in December is 71.0, showing little variance.

Summary

Given Oahu, Hawaii’s geographic location, it only has two seasons, summer and winter.

A histogram was created to plot the underlying frequency distribution of the various temperature observations, throughout the year, at the most active weather station. Temperatures ranging from 75F – 77F occurred the most often. The findings are consistent with the results from above.

Temperature_vs_Frequency

Although there are evident temperature variations between the seasons, it would be helpful to further examine the data to evaluate how elevation and trade winds contribute to temperature fluctuations. In addition, further analysis can be done on tropical storm patterns. An initial look at precipitation patterns can be seen below.

June_Precipitation

December_Precipitation

This further analysis is necessary to determine whether “Waves and Ice Cream” should be open year-round.

surfs_up's People

Contributors

cmmgw avatar

Watchers

 avatar

Forkers

rpamintuan671

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.