[Python] dataframe apply lambda 다중 컬럼 적용 result['buff'] = result.apply(lambda x : x['bound'].buffer(x['length'], join_style=2)) # KeyError ('EMD_CD', 'occurred at index count') result['buff'] = result.apply(lambda x : x['bound'].buffer(x['length'], join_style=2), axis=1) # default axis=0 데이터 분석/[Python] 기초 2021.07.12