Créer une table Numpy

df = pd.DataFrame(data=numpy_data, index=["row1", "row2"], columns=["column1", "column2"])
Determined Dog