Git Product home page Git Product logo

surfs_up's Introduction

Overview

The purpose of this project is to pitch the business idea to potential investor W. Avy of setting up a shop named Surf n' Shake in Oahu that will provide surfing equipment and ice cream. For this end, database SQLite table Measurement is queried using object-relational mapper SQLAlchemy. The Measurement table contains temperature observations from January 1, 2010 through August 23, 2017. By W. Avy's request, data is filtered specifically for the months of June and December. A summary statistics for each month is then presented as a Pandas DataFrame within Jupyter Notebook SurfsUp_Challenge.ipynb.


Resources

Data source:

hawaii.sqlite

Software:

Jupyter 1.0.0 notebook 6.4.6,
Pandas
Python 3.9.7,
SQLAlchemy 1.4.27, 
SQLiteStudio 3.3.3,
Visual Studio Code (VSCode) 1.63.2, 

Results

June 2010 - 2017 summary statistics

  • A total of 1700 observations are collected.
  • The average temperature of June is approximate 75 degrees Fahrenheit.
  • The standard deviation is approximate 3 degrees Fahrenheit.
  • The minimum temperature is approximate 64 degrees Fahrenheit.
  • The maximum temperature is approximate 85 degrees Fahrenheit.

June summary statistics image

june_temp

December 2010 - 2016 summary statistics

  • A total of 1517 observations are collected.
  • The average temperature of December is approximate 71 degrees Fahrenheit.
  • The standard deviation is approximate 4 degrees Fahrenheit.
  • The minimum temperature is approximate 56 degrees Fahrenheit.
  • The maximum temperature is approximate 83 degrees Fahrenheit.

December summary statistics image

dec_temp


Summary

Based on the summary statistics, June and December average temperatures, standard deviations, minimum temperatures, and maximum temperatures are fairly similar. The low standard deviations implies temperature variation throughout the years is low during these months. Note that data for June is collected over eight years while the data for December is collected over seven years, resulting in a difference of 183 observations. Summary statistics would be more representative should data for December 2017 also be included in the Measurement table.

In addition to the above summary statistics, a query that a potential investor may also be interested in is the precipitation levels for each month of the year. Should there be a rain season that would affect the number of clients to the shop, the business may benefit from opening only partially each year.

Another query that may be of interest is the number of observations per measurement station. Assuming the stations are evenly distributed within the designated area in Oahu, the temperature and precipitation level observations would be more representative if each station conducted similar observation amounts.

surfs_up's People

Contributors

katewang1 avatar

Watchers

 avatar

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.