📜  提取列numpy数组python代码示例

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

代码示例2
# Extract/ Slice only the 3rd column from the numpy array
print(a2[:,[2]])