I'm trying to crate a bar plot where the x-axis is column1 in my dataFrame (lets said it called "A" and it contains strings) and the y-axis is the second column (named "B" and contains integers). I want to create a the plot and get the data from the relevant columns, and to see the x-axis labels as the strings that are in the dataFrame.
how can I do this?