Learn practical skills, build real-world projects, and advance your career

See this in nbviewer.

See this in Binder

alt

%run covid-19-data.ipynb
%run multiplot.ipynb

import pandas as pd
import numpy as np
import plotly.graph_objects as go
multi_plot(df_confirmed, title="Logarithmic COVID-19 time series total confirmed by country")
multi_plot(df_deaths, title="Logarithmic COVID-19 time series total deaths by country")
multi_plot(df_recovered, title="Logarithmic COVID-19 time series total recovered by country")