Computer Science, asked by chakravarthi1089, 6 months ago

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 Nihal2010
4

Answer:

Don't type such more questions

Sorry for inconvenience

Answered by akshitagarwal33
1

Answer:

Exquestion.plot(kind='barh')planation:

Similar questions