Tutorial on filtering data using Python and pandas. Learn how to read a data set into a pandas DataFrame, filter out null values from a data set and filter down to specified columns and rows.
The notebook can be found in the "Data Science with Python" folder within the below repo.
GitHub Repo - https://github.com/ad17171717/YouTube...
CONNECT:
LinkedIn: / adrian-dolinay-frm-96a289106
GitHub: https://github.com/ad17171717
Twitter: / dolinayg
Odysee: https://odysee.com/@adriandolinay:0
Medium: / adriandolinay
|-Video Chapters-|
0:00 - Intro
0:04 - Installing and importing the pandas module
0:22 - Importing the data set into a pandas DataFrame
1:28 - Filter data set by a single point value
2:49 - Filter data set by a range of values
4:06 - Filter data set between a range of values
5:11 - Filter null values out of a data set
6:44 - Filter out a specified value from a data set
8:59 - Filter columns using the filter function
10:13 - Filter rows using the filter function
11:04 - Filter rows and columns with the loc function
11:53 - References and additional learning