I am getting the TypeError: no numeric data to plot when I try to plot
df_prevalence.plot(kind='barh', x='Percent', y='State', figsize=(15, 12), color='r', title= 'Adults with Serious Thoughts of Suicide in the Unites States by State, 2020')
I am getting the TypeError: no numeric data to plot when I try to plot
df_prevalence.plot(kind='barh', x='Percent', y='State', figsize=(15, 12), color='r', title= 'Adults with Serious Thoughts of Suicide in the Unites States by State, 2020')