World_Weather_Analysis

Summary

In this project we have:

  • Retreived weather data;
  • Created a customer travel destinations map;
  • Created a travel itinerary map.

Weather Data

You can view the weather data here and the code for retreiving it here.

Database Top

Customer travel destination map

You can view the code for the destination map data pulling and creation here

Map

Travel itinerary Map

You can view the code for the travel itinerary creation here.

Itinerary Map

Resources:

  • Jupiter Notebook
  • JSON file format
  • Google Maps API
  • Python with imported pandas, citipy, numpy, gmaps, requests and other dependencies.