wrapper¶
Plot_pie¶
Plot_pie(data:
pd.DataFrame, target:str, **kwargs)
Make pie plot
Parameters¶
data :
pd.DataFramepandas.DataFrame included data to make pie chart
target :
strString which column you would like to use for pie chart
Returns¶
plotly.graph_objects
Object of pie chart
Plot_sunburst¶
Plot_sunburst(data:
pd.DataFrame, groups:list, **kwargs)
Make sunburst plot
Parameters¶
data :
pd.DataFramepandas.DataFrame included data to make sunburst chart
group :
listStrings list of group
Changed when you replace the order
Returns¶
plotly.graph_objects
Object of sunburst chart