# type(result.iloc[0,0]) # type 이 frozenset 을 풀기 위한 코드
result["antecedents"] = result["antecedents"].apply(lambda x: ', '.join(list(x))).astype("unicode")
result["consequents"] = result["consequents"].apply(lambda x: ', '.join(list(x))).astype("unicode")
result[result['antecedents'].str.contains('보습학원')|result['consequents'].str.contains('보습학원')]
첨부파일첨부된 파일이 2개 있습니다.
다음검색