
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
<ipython-input-7-a608e2c05a59>:6: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
df.append(doc, ignore_index=True)
위와 같은 메시지가 떴습니다.
그렇다면 향후 df.append(doc, ignore_index=True)
를 어떻게 바꾸면 되는 건지요?
