eikosogram
eikosogram(df:DataFrame, x:str, color:str, freq:str)
df
DataFrame
x
str
color
freq
Given a dataframe and two parameters, x and color, return an Eikosogram
df = pd.read_csv('../../data/grad_admissions.csv') df.head(3)
fig = eikosogram(df, x='Dept', color='Gender', freq='Freq')
https://plotly.com/python/templates/
import netron netron.start('model.onnx', port=9191)