import pandas as pd dataset= pd.read_csv(r"http://pi.works/country_vaccinations_dataset") newdataset = dataset.fillna("0") newdataset