In this video, we cover how to conduct basic data analysis using grouping and aggregation functionality in Pandas. Grouping and Aggregating data is a very common data analysis technique that allows you to analyze subsets of data based on shared characteristics.
Cleaned Rewards Data File:
https://drive.google.com/file/d/1rQbv...
Prerequisites for this video include:
-- A working knowledge of the Python programming language.
-- An instance of Python installed on your computer.
-- An interest in learning how to use the Pandas Python library.
This video is also part of a video series playlist covering Data Wrangling in Pandas:
(1) • An Introduction to Pandas Python Library
(2) • Using Python Pandas Series
(3) • Using Python Pandas DataFrames
(4) • Selecting, Filtering and Sorting Pyth...
(5) • Data Wrangling with Python and Pandas
(6) • Working with Dates and Times in Pytho...
(7) • Removing Duplicate Records in Python ...
(8) • Grouping and Aggregating Data in Pyth...