Hi,
I have a CSV which is as follow:
Name Age
A 35
B 25
I want to make a visualization which will have Name on X-axis and Age on Y-axis. Now someone should be able to see the the corresponding age for a name suppose A is 35 on Y-axis. But I tried it it only shows me count and unique count but I am not able to get the exact age of any name. Can anyone help.
