Its very easy. Just use the "ylim" and give the range from your original data. This solved it for me!
dataframe.plot.scatter(x='NoOfStaff', y='Expenses', c='CovidYesNo', cmap='rainbow', ylim=(0,100000))