[Python] np.where 조건 여러개 TypeError np.where(조건, True일 경우 값, False일 경우 값) 조건이 여러개일 경우 &또는 |로 표현할 수 있는데 TypeError를 만날 수 있다.. df['면적대'] = np.where(df['면적'] > 500 & df['면적'] 500) & (df['면적'] 데이터 분석/[Python] Troubleshooting 2021.08.17