Untitled
unknown
plain_text
3 years ago
133 B
6
Indexable
t = dt.pivot_table(values='name', index='district', columns='category', aggfunc= 'count') px.imshow(t, text_auto=True, aspect="auto")
Editor is loading...
t = dt.pivot_table(values='name', index='district', columns='category', aggfunc= 'count') px.imshow(t, text_auto=True, aspect="auto")