반응형
파이썬 pandas error
TypeError: Cannot perform 'rand_' with a dtyped [float64] array and scalar of type [bool]
TypeError: Cannot perform 'rand_' with a dtyped [float64] array and scalar of type [bool]
여러개의 column을 filter해서 값을 추출하려고 했는데, 오류가 생겼다.
(=여러 개의 조건을 만족하는 값으로 dataframe 을 꺼내기)
해결 ()로 묶기
조건문을 각각 ()로 묶어주면 해결 된다.
반응형
'파이썬' 카테고리의 다른 글
[Colab] 코랩에서 matplotlib 한글 폰트 깨짐 수정 apt-get install -y fonts-nanum (0) | 2023.02.15 |
---|---|
[matplotlib] pandas Bar plot에서 하나만 다른 색 칠하기 (0) | 2023.02.15 |
python function 속 super().__함수이름() 뜻 (0) | 2023.01.27 |
R 로 csv 읽기 (0) | 2022.12.18 |
백준 10546 파이썬 해시 완주하지 못한 선수 (0) | 2021.07.06 |
파이썬에서 프로그램 옆 argv 받기 (0) | 2021.07.02 |
파이썬 유튜브 추천 링크들 (0) | 2020.10.05 |
admin사이트 제목 고치기 (0) | 2020.09.22 |