我无法从 Python 中的 Sunburst Plotly 中删除“None”,以在没有值时按其应有的方式显示。
px.sunburst(data_frame=df,path=["Theme","Subtheme","Code"],values="Number", width=1000,height=800,color_discrete_sequence=px.colors.qualitative.Dark24)