Python Polars Tutorial (Part 8): Grouping and Aggregating - Analyzing and Exploring Your Data

7 months ago
5

In this Python Programming video, we will be learning how to group and aggregate our data. This will allow us to explore our data in ways we have not yet done in this series. We will be able to answer questions such as: "What is the most popular social media site for each country?" We will be using the groupby method, and also some aggregate functions such as mean, median, value_counts, etc. Let's get started...

Check out my Polars course on Udemy where I go into detail analyzing various datasets.
https://www.udemy.com/course/analyzing-data-with-polars-in-python/?kw=polars&src=sac

Dataset (2019 file) Link http://bit.ly/SO-Survey-Download

*Consider buying me a coffee*
https://www.buymeacoffee.com/jorammutenge

Loading comments...