Given a pandas dataframe, question, which of the following will create a horizontal barchart of the data in question?
question.plot(type='bar', rot=90)
question.plot(kind='bar', orientation='horizontal')
question.plot(kind='barh')
question.plot(kind='bar')
question.plot(kind='bar', type='horizontal')
Answers
Answered by
4
Answer:
Don't type such more questions
Sorry for inconvenience
Answered by
1
Answer:
Exquestion.plot(kind='barh')planation:
Similar questions
Physics,
3 months ago
Chemistry,
3 months ago
Biology,
3 months ago
Social Sciences,
6 months ago
Environmental Sciences,
11 months ago
Physics,
11 months ago
Science,
11 months ago