1 min readMar 30, 2020
This method filters based on the name of rows/columns, not their content; as stated in the documentation: “Note that this routine does not filter a dataframe on its contents. The filter is applied to the labels of the index.”
What I wanted to do in the article was to filter based on contents.