Data Science with Python! Filtering Data with pandas

preview_player
Показать описание
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.

CONNECT:

|-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
Рекомендации по теме