Covid Data

by Fola


Posted on Wednesday, 3rd jan 2024



We will create a chart to visualize the impact of the Covid-19 virus on the world economy

Code:

import pandas as pd
df = pd.read_csv('../data.csv')