
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
엑셀가져오기에서 이런 에러가 나오는데요.
전 시간에 작업했던게 영향을 미쳐서 그런거같긴한데,
그럼 전 시간작업했던거는 항상 지우고 새로 시작해야하는지요

작성한 코드 및 에러 메세지
df=pd.read.excel('종목데이터.xlsx')
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-5-867b716be24c> in <cell line: 1>()
----> 1 df=pd.read.excel('종목데이터.xlsx')
/usr/local/lib/python3.10/dist-packages/pandas/__init__.py in __getattr__(name)
262 return _SparseArray
263
--> 264 raise AttributeError(f"module 'pandas' has no attribute '{name}'")
265
266
AttributeError: module 'pandas' has no attribute 'read'
