Plotly Express allows me to easily plot a pandas dataframe, as explained in their examples. Rather than using a named column for x and a named column for y, I would like to
You can only pass the column name at x & y parameters of px.scatter(). Seems there is no column named "index" in the iris dataset.