I have two lines of code
from sklearn.datasets import load_wine X, y = load_wine(as_frame=True, return_X_y=True)
And I\'m getting the follow