조건부 위치 기능

condition = dataframe_name(‘column_name’) < 0 # 특정 컬럼의 데이터가 음수일 때 조건 지정

dataframe_name(condition) # 지정한 조건에 맞는 데이터만 조회 가능