Learn practical skills, build real-world projects, and advance your career
pip install jovian pandas numpy plotly --upgrade --quiet
Note: you may need to restart the kernel to use updated packages.
import jovian
import pandas as pd
import numpy as np
import plotly.express as px
import plotly.express as px
population_csv_url = 'https://gist.githubusercontent.com/aakashns/bbd36fbd7c0be266f0c875ad2006a9fd/raw/1763ee47c8919995c4115bb063c99511ced34712/population.csv'
population_df = pd.read_csv(population_csv_url, index_col='Year')