- matplotlib - pandas - seaborn

Weather Data

Some graphs about the weather in London in 2020

# Import libraries import pandas as pd import matplotlib.pyplot as plt import seaborn as sns# Get the datafrom pyodide.http import open_url