Weather Data
Some graphs about the weather in London in 2020
Select chart from list:
Maximum Temperature
Minimum Temperature
Sun
Rain
# Import libraries import pandas as pd import matplotlib.pyplot as plt import seaborn as sns# Get the datafrom pyodide.http import open_url