Visualizations can be improved on some matrices.
Considering this one https://opencompare.org/pcm/59c0e079384f2b07bbda53e9, if we want a pie chart of says "PC members" we have as labels "0", "1", "5", etc. basically all numerical values of the column. It does not make any sense since we want the proportion of PC members per country.
What we really want is to have labels as "France", "Spain", etc. (the "products") and frequencies.
A kind of "group by" with "average".
Informations :
source: https://opencompare.org/pcm/59c0e079384f2b07bbda53e9
Visualizations can be improved on some matrices.
Considering this one https://opencompare.org/pcm/59c0e079384f2b07bbda53e9, if we want a pie chart of says "PC members" we have as labels "0", "1", "5", etc. basically all numerical values of the column. It does not make any sense since we want the proportion of PC members per country.
What we really want is to have labels as "France", "Spain", etc. (the "products") and frequencies.
A kind of "group by" with "average".