I got a data set and I have no clue which visual I could utilize for data analysis.
My data structure would be something like below and looking for ways to spot normalized and abnormal data.
I have looked into the Normal Distribution table and Scatter chart (with random gitter), and now looking for other visuals / graphs that I can have an alternative way of presentation.
Many Thanks
My data structure would be something like below and looking for ways to spot normalized and abnormal data.
Project | id | item | price |
A | a1 | apple; green in colour | 5 |
A | a2 | apple; yellow in colour | 16 |
B | b1 | apple; purple in colour | 3 |
B | b2 | apple; green in colour | 7 |
C | c1 | apple; yellow in colour | 20 |
C | c2 | apple; purple in colour | 9 |
I have looked into the Normal Distribution table and Scatter chart (with random gitter), and now looking for other visuals / graphs that I can have an alternative way of presentation.
Many Thanks