extract data from numpy array code example Example: access to specific column array numpy second_and_third_column = an_array[:, 1:3]