728x90
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
728x90
'데이터 분석 > [Python] 기초' 카테고리의 다른 글
[Python] list append / extend (0) | 2021.08.03 |
---|---|
[Python] Pandas 옵션- 행/열 더 많이 보기 (0) | 2021.07.21 |
[Python] 두 리스트 안에 유니크한 값 찾기 (0) | 2021.07.12 |
[python] 코드 실행시간 측정하기 (0) | 2021.05.04 |
[Python] 결측치 시각화 missingno (0) | 2021.03.14 |