NumPy - Indexing and Slicing
You have a large NumPy array
data and want to modify a slice without affecting the original array. Which approach is best to ensure safety and memory efficiency?