-
# for로 여러개의 변수만들기 for i in range(6): globals()['index{}'.format(i)] = df[df['weekday']==i].index
댓글