SQL Alchemy Project

It's time for a long holiday vacation in Honolulu, Hawaii. To help with trip planning, I did some climate analysis on the area.


I used Python and SQLAlchemy to do basic climate analysis and data exploration of the climate database. All of the analysis was completed using SQLAlchemy ORM queries, Pandas, and Matplotlib. After I completed the initial analysis, I designed a Flask API based on the queries that I developed.