Indexing, NumPy community, 2024 - Provides comprehensive details on various NumPy indexing methods, including how to modify array elements using direct indexing, slicing, boolean, and fancy indexing, alongside important information on array views.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A standard reference for data manipulation with Python, offering practical guidance on NumPy array indexing, slicing, and value assignment, which is crucial for data cleaning and transformation.