Name 컬럼을 인덱스로 설정하는 과정에서 오류 발생in\-out원인: Pandas 업데이트 후부터는 피벗하려는 컬럼을 value 인자로 전달해주어야함.즉, df.pivot_table(index="Name", values="Quantity", "Price"
ImportError: No module named statsmodelsrobust를 사용하려면 statsmodule을 사용할 수 있어야 함conda install statsmodels를 통해 패키지 설치 후 성공
TypeError: This is a python-holidays entity loader class. For entity inheritance purposes please import a class you want to derive from directly: e.g.
AttributeError Traceback (most recent call last)Cell In121, line 2 1 ----> 2 df=df.sort_values(by='code', ascending=Tr