extraire la colonne Numpy Array Python
# Extract/ Slice only the 3rd column from the numpy array
print(a2[:,[2]])
JosieBear
# Extract/ Slice only the 3rd column from the numpy array
print(a2[:,[2]])
print(a2[:,[2]])