This repo contains the code for WeatherPy and VacationPy challenges for Module 6 Python API.
Final Code is in the below path: WeatherPy.ipynb VacationPy.ipynb
Output CSV and plot screenshots are saved under: Output Folder
Map Screenshots are under: Map Screenshots
SetUp:
-
Had to run the below command to import citipy library:
pip install citipy
References:
-
Class materials on Regression and Scatter Plots
-
Pandas Copy Function : https://stackoverflow.com/questions/34682828/extracting-specific-selected-columns-to-new-dataframe-as-a-copy
-
Hover cols usage: https://stackoverflow.com/questions/59678780/show-extra-columns-when-hovering-in-a-scatter-plot-with-hvplot