I know this is very simple but I don't truly know how to do it as I don't usually plot and it's giving me headache. I have two particular problems:
1ΒΊ Let's imagine I just have an column of a dataframe (or let's say, and array) with a categorical(object) variable and I would like to make a Bar Chart with the number of observations that have the different labels of that chart. For example if I have that dataframe with this column named color I would like something like this.(click on the image below)
COLOR
0 green
1 red
2 green
3 yellow
4 pink
5 red
6 blue