The organization is the index and I need to show a horizontal bar plot showing the total number of attempts of experiments conducted by each organization, with the most at the top and the fewest at the bottom.
The data frame are as follows : Organization DateTime Attempts a .... Failed b .... Success b .... Failed a .... Partial Success a .... Success b .... Partial Success
I got the idea that the attempts is categorical data and it has some count_values() function but
just don't know how to code it?