0 votes
in Python by
What is pandas groupby?

1 Answer

0 votes
by

A pandas groupby is a feature supported by pandas which is used to split and group an object.  Like the sql/mysql/oracle groupby it used to group data by classes, entities which can be further used for aggregation. A dataframe can be grouped by one or more columns.

Related questions

0 votes
asked Feb 10, 2021 in Python by SakshiSharma
0 votes
asked Feb 10, 2021 in Python by SakshiSharma
...