답변 감사드립니다 주신대로 해보았더니 다음과 같이 나오네요 확인부탁드려요
안녕하세요 답변 감사합니다 제가 답글을 늦게 봐서 지금에서야 다시 실행해 보았습니다
다른 버전을 설치 3.8.2 를 설치하였다가 제어판에서 삭제후 다시 3.7.7 을 설치하였습니다 그 후 여러번 재설치를 해보았습니다
일단 보내주신 답변으로 실행하였더니 다음과 같이 뜨네요
C:\Users\SEC>pip uninstall pandas
Found existing installation: pandas 1.0.3
Uninstalling pandas-1.0.3:
Would remove:
c:\python\python37\lib\site-packages\pandas-1.0.3.dist-info\*
c:\python\python37\lib\site-packages\pandas\*
Proceed (y/n)? y
Successfully uninstalled pandas-1.0.3
C:\Users\SEC>pip install pandas
Collecting pandas
Using cached pandas-1.0.3-cp37-cp37m-win_amd64.whl (8.7 MB)
Requirement already satisfied: python-dateutil>=2.6.1 in c:\python\python37\lib\site-packages (from pandas) (2.8.1)
Requirement already satisfied: numpy>=1.13.3 in c:\python\python37\lib\site-packages (from pandas) (1.18.2)
Requirement already satisfied: pytz>=2017.2 in c:\python\python37\lib\site-packages (from pandas) (2019.3)
Requirement already satisfied: six>=1.5 in c:\python\python37\lib\site-packages (from python-dateutil>=2.6.1->pandas) (1.14.0)
Installing collected packages: pandas
Successfully installed pandas-1.0.3
C:\Users\SEC>python --version
Python 3.7.7
C:\Users\SEC>python
Python 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python\Python37\lib\site-packages\pandas\__init__.py", line 55, in <module>
from pandas.core.api import (
File "C:\Python\Python37\lib\site-packages\pandas\core\api.py", line 29, in <module>
from pandas.core.groupby import Grouper, NamedAgg
File "C:\Python\Python37\lib\site-packages\pandas\core\groupby\__init__.py", line 1, in <module>
from pandas.core.groupby.generic import DataFrameGroupBy, NamedAgg, SeriesGroupBy
File "C:\Python\Python37\lib\site-packages\pandas\core\groupby\generic.py", line 60, in <module>
from pandas.core.frame import DataFrame
File "C:\Python\Python37\lib\site-packages\pandas\core\frame.py", line 124, in <module>
from pandas.core.series import Series
File "C:\Python\Python37\lib\site-packages\pandas\core\series.py", line 4572, in <module>
Series._add_series_or_dataframe_operations()
File "C:\Python\Python37\lib\site-packages\pandas\core\generic.py", line 10349, in _add_series_or_dataframe_operations
from pandas.core.window import EWM, Expanding, Rolling, Window
File "C:\Python\Python37\lib\site-packages\pandas\core\window\__init__.py", line 1, in <module>
from pandas.core.window.ewm import EWM # noqa:F401
File "C:\Python\Python37\lib\site-packages\pandas\core\window\ewm.py", line 5, in <module>
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed: 지정된 모듈을 찾을 수 없습니다.
>>>
답변 1
질문 드립니다.
0
25
2
노션 링크
0
24
3
주피터 노트북 실행에 질문있습니다.
0
441
1
단축키 질문 있습니다!
0
316
2
질문
1
247
1
맥북에서 개발자가 만든 모듈 저장을 어떻게 해야 하나요?
0
241
0
주피터 창이 뜨지 않습니다
1
363
1
pip 설정
1
453
1
if문 elif 사용
0
296
1
pdf파일을 받을 수 있는지요?
1
308
1
__init__()함수 여러번 사용과 자바와의 차이점
2
569
1
메서드와 함수를 사용하여 생성되는 데이터
1
222
1
dict의 활용
1
246
1
혹시 new data에서 인덱싱 새롭게 set할때, 인덱싱하려는 컬럼의 key값이 없으면 어떻게 할까요?
1
320
2
pip 외부 라이브러리 설치와 관련된 질문입니다.
1
875
1
idle에서 코드 실행하면 string 은 부를수 없다고 나옵니다
1
249
1
pdf 자료 문의
1
555
2
주피터노트북은 클라우드서비스인지 여쭤보고 싶습니다.
1
1212
2
부동소숫점에 대해서 질문있습니다!
2
280
2
문법에서의 띄어쓰기는 어떤의미를 갖나요?
2
668
2
PART 04 숫자타입을 배워보자 '생각해봅시다'질문
2
197
1
역슬래시 기호
2
489
3
pandas 설치시 다음과 같은 에러가 나고 있습니다 ㅠㅠ
1
24837
5
강의 순서가 바뀌었어요
2
297
1





