Coder Social home page Coder Social logo

surfs_up's Introduction

Surfs_up

Analysis of weather in Hawaii

Resources:

  • Data: hawaii.sqlite
  • Software:
    • Python 3.7.14, Pandas 1.4.2, Numpy 1.21.5, SQLAlchemy 1.4.32, Flask 1.1.2
      • Sometimes Windows PC's need psycopg2-binary to run SQLAlchemy
    • Jupyter notebook (notebook server 6.4.8, Ipython 7.31.1)

Flask API

hawaii.sqlite contains temperature and precipitation data for 9 weather stations across the island of Ouahu, Hawaii from January 1, 2010 to August 23, 2017. I took my initial data exploration and analysis from the climate_analysis.ipynb file and turned it into an API with python's Flask framework. If you have Flask installed you can run app.py to see the API in action.

Challenge

While Most of the analysis was conducted only on the last year of available data. I did combine every month of june into it's own table and did the same with December. Comparing the two months together the first point noticed is that there is not much difference between the two.

  • Junes temperatures are only slightly higher than December
    • 25%, 50%, 75% and Maximum data points are between 2-4 degrees apart.
    • The average is 3 degrees apart.
  • December termperatures have a wider range with a minimum of 56 instaed of June's 64.

After graphing them it is easier to see that average daily temperature is about 5 degrees cooler in December than June.

  • The rain data is eerily similar in June and December aswell.

surfs_up's People

Contributors

bag0niku 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.