Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
52 views
in Information Technology by (49.5k points)
closed by

The Pandas Plot function (Pandas Visualisation).

1 Answer

+1 vote
by (51.9k points)
selected by
 
Best answer

However, starting from version 0.17.0, Pandas objects Series and DataFrame come equipped with their own .plot() methods. This plot() method is just a simple wrapper around the plot() function of pyplot. 

Thus, if we have a Series or DataFrame type object (let's say 's' or 'df') we can call the plot method by writing:

The plot() method of Pandas accepts a considerable number of arguments that can be used to plot a variety of graphs. It allows customising different plot types by supplying the kind keyword arguments. 

The general syntax is: 

plt.plot(kind),where kind accepts a string indicating the type of plot, as listed in Table. In addition, we can use the matplotlib. pyplot methods and functions also along with the plt() method of Pandas objects.

Arguments accepted by kind for different plots

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...