📜  访问特定列数组 numpy - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:33.331000             🧑  作者: Mango

代码示例1
second_and_third_column = an_array[:, 1:3]