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