Indexing, NumPy Developers, 2023 (NumPy) - Provides official, detailed explanation of various NumPy indexing methods, including boolean indexing, with code examples and advanced considerations.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A standard text for data analysis with Python, offering practical insights and detailed coverage of NumPy's features, including boolean indexing, for data manipulation.
Guide to NumPy, Travis E. Oliphant, 2006 (Trelgol Publishing) - Written by the original creator of NumPy, this provides a fundamental understanding of NumPy arrays and operations, including advanced indexing techniques like boolean indexing.