(Choose 1 answer)
Given a pandas dataframe, question, wich of the following will create a horizontal barchart of question?
A. question.plot(type = 'bar', rot = 90)
B. question.plot(kind = 'bar)
C. question.plot(type = 'bar')
D. question.plot(kind = 'barh')
Finish
Exit (31