pandas DataFrame “no numeric data to plot” error February 14, 2023 by Tarik Try the following before plotting: df=df.astype(float)