I am trying to make a plot using .iterrows()
for index, rows in df.iterrows(): if rows[\'Country\'] == \'France\' and rows[\'Confirmed\'] != 0: plt.pl