NumPy - Array Manipulation
Given a 2D NumPy array
arr with shape (7, 1), which of the following code snippets correctly converts it to a 1D array without changing the order of elements?