NumPy - Array Manipulation
You have a large 3D NumPy array
data and want to flatten it into 1D for fast processing without using extra memory. Which method should you use and why?