Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre What is Grouping Data? | Grouping Data
Data Manipulation using pandas

bookWhat is Grouping Data?

When you read some articles with statistical information, you may often meet aggregated by groups data. For instance, average salary across each country/region.

By this time, you have learned how to aggregate entire data (like, .mean() or .max() methods). The result was always a single number - aggregated measurement for all the data. Grouping data will 'rearrange' values by unique records within specific column (group) and then perform respective calculations for values across each group. Look at the picture below to understand how can means across groups be calculated.

As you can see, grouping gathers data by categories and then calculates mean value.

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 1

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Awesome!

Completion rate improved to 2.56

bookWhat is Grouping Data?

Glissez pour afficher le menu

When you read some articles with statistical information, you may often meet aggregated by groups data. For instance, average salary across each country/region.

By this time, you have learned how to aggregate entire data (like, .mean() or .max() methods). The result was always a single number - aggregated measurement for all the data. Grouping data will 'rearrange' values by unique records within specific column (group) and then perform respective calculations for values across each group. Look at the picture below to understand how can means across groups be calculated.

As you can see, grouping gathers data by categories and then calculates mean value.

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 1
some-alt