Quelle opération NumPy convertit une liste Python en tableau ?
np.array(lst)
np.shape = lst
np.dtype(lst)
lst.astype()