+1 vote
in Python by
What are the different functions that can be used by grouby in pandas ?

1 Answer

0 votes
by

grouby() in pandas can be used with multiple aggregate functions. Some of which are sum(),mean(), count(),std().

Data is divided into groups based on categories and then the data in these individual groups can be aggregated by the aforementioned functions.

Related questions

+1 vote
asked Feb 14, 2021 in Python by SakshiSharma
0 votes
asked Feb 10, 2021 in Python by SakshiSharma
...