How to filter and subset a Python dataframe by specific values?
Quite often as part of your data wrangling, you’ll invariably need to subset or filter your dataset and select for specific rows by one or multiple values. In today’s quick tutorial i’ll show how to do exactly that. Creating your data We’ll start by creating a very simple data set which we’ll use for learning … Read more