SyntaxFix
Write A Post
Hire A Developer
Questions
It's pandas label-based selection, as explained here: https://pandas.pydata.org/pandas-docs/stable/indexing.html#selection-by-label
pandas
The boolean array is basically a selection method using a mask.