Python Pandas Tutorial - Grouping & Sorting Data Using Pandas

preview_player
Показать описание
Welcome back to week 4 of Pandas Zero to Hero, a video series where I teach beginner-friendly techniques of using pandas that will take your data analysis to the next level.

In this tutorial, we cover the concept of grouping and sorting. Segmentation is a powerful way technique to use when doing data analysis. It not only helps break down a large problem into smaller sub-components but more importantly, it allows us to clearly observe the patterns and characteristics within those smaller segments. There are many ways we can segment our data, for example, segmenting by customer groups, geographic region, product category and so on. I highly encourage using your creativity as well as referring to other people's projects to draw some inspirations on how you can segment your data.

I hope you find value in my tutorial and I would greatly appreciate if you could drop a like on the video if you did. Stay tuned for my tutorial next week where we will learn about data types and how to deal with missing data.

Happy learning!

Link to my notebook on GitHub

Follow me
Рекомендации по теме
Комментарии
Автор

Could you explain me the difference between SUM and COUNT? Because i don't understand it

pawelwach
Автор

I wanted to see something like
sort by months. I want it in order.. From January to December.
Also, how do I obtain all my groups in a list? Let's say I group by months, how do I get all my groups in a list based on how the grouped data is sorted?

jimmykodwoessel
welcome to shbcf.ru