allshort_list = []
for i in short_list :
if i not in collapsed_list :
allshort_list.append(i)
'Code Cloud > python' 카테고리의 다른 글
url로 이미지 첨부하기 (0) | 2022.01.18 |
---|---|
train, test 데이터셋 분리 (0) | 2022.01.17 |
[pandas] 행/열 전체 객체에 적용 df.apply() (0) | 2022.01.07 |
[numpy] np.random.permutation() (0) | 2022.01.07 |
[python] 데이터 시각화 파이 차트 (0) | 2022.01.07 |