variable with spaces in plotly
I know it is not ideal to have variable names with spaces. But I am curious if there is a way to do this for plotly in python easily. So this worked for variables without spaces: fig_gender = px.bar( df_gender_grp, y="gender", x="index", color="gender", labels=dict(gender="gender", index="count"), but the same approach for variables with spaces (e.g., age… Read More variable with spaces in plotly