I am attempting to remove Scientific Notation from my data frame to no avail
AgeBreakdown = Variables_of_Interest2.groupby('age').agg(Total_Suicides = ('suicides_no', 'sum'))
I then attempted to float display pd.options.display.float_format = '{:, .2f}'.format
but it does not alter the figures in my dataframe