Otto Group Product Classification Challenge #파일 불러오기 import pandas as pd df = pd.read_csv("C:/kaggle/otto-group-product-classification-challenge/train.csv") df id feat_1 feat_2 feat_3 feat_4 feat_5 feat_6 feat_7 feat_8 feat_9 ... feat_85 feat_86 feat_87 feat_88 feat_89 feat_90 feat_91 feat_92 feat_93 target 0 1 1 0 0 0 0 0 0 0 0 ... 1 0 0 0 0 0 0 0 0 Class_1 1 2 0 0 0 0 0 0 0 1 0 ... 0 0 0 0 0 0..