Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 543 Bytes

World-Weather-Analysis

Plot the relationship between latitude and weather for cities around the world using Python, Pandas, and APIs.

--

Project Overview

PlanMyTrip, a travel tech company, is requesting an analysis for finding their customers ideal destinations using preferred travel criteria (user input data).

Resources & Tools

  • Jupyter Notebook
  • Python
  • CityPy
  • Random and Requests
  • OpenWeather
  • Google Maps

Methods

Used CityPy to generate 500 random longitude and latitudes. Data is organized into Pandas DataFrames.