Skip to content

ovinueza/AdvanceDataStorageAndRetrival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advance Data Storage and Retrival

Background

Hawaii has several stations that track weather accross the different islands. The purpose of this project is to simply gather the data provided in SQLite and use Python to analyze the data and create a quick local app that can give weather information that will help tourist decide what to do depending on weather patterns.

Task

Use Python and SQLAlchemy to do basic climate analysis and data exploration of your climate database. All of the following analysis is completed using SQLAlchemy ORM queries, Pandas, and Matplotlib. Connect the app using flask.

Findings