
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
<ipython-input-140-3a156b17bfd1>:15: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
df_result = df_result.append(doc, ignore_index=True)
이러한 문자열이 나오는데 어떻게 해야하나요
작성한 코드 및 에러 메세지
<ipython-input-140-3a156b17bfd1>:15: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
df_result = df_result.append(doc, ignore_index=True)
