본문 바로가기

Tech & TIL

검색하기
Tech & TIL
프로필사진 Jadon Yang

  • 분류 전체보기 (31)
    • Boostcamp - AI tech (15)
      • Math for AI (4)
      • DL Basic (7)
      • PyTorch (4)
    • Algorithm (1)
    • Idea (0)
    • NLP (4)
    • Data Science (4)
    • Trouble shooting (1)
    • MLOps (3)
    • Statistics (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • dl
  • deep learning
  • Python
  • Charlse Severance
  • CBOW
  • nn.Module
  • convolution
  • 파이썬
  • docker
  • 시소러스
  • pytorch
  • skip-gram
  • 1x1 Convolution
  • 상호 정보량
  • Multi-Layer Perceptron
  • pythonForEverybody
  • 선형대수
  • mlops
  • py4e
  • Linear algebra
  • Gated Recurrent Unit
  • object detaction
  • 분포 가설
  • GoogLeNet
  • excel
  • f1-score
  • Long Short Term Memory
  • 벡터 간 유사도
  • 차원 감소
  • 동시발생 행렬
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록dataframe (1)

Tech & TIL

'xxx' object is not callable

'DataFrame' object is not callable 오류 해결 방법 정리하기 위 오류가 발생하는 이유는 객체를 call했기 때문이다. 쉽게 말해 Dataframe[] 을 해야하는데 Dataframe()으로 소괄호로 작성한다면 위 오류가 발생한다. d = {'col1': [1, 2], 'col2': [3, 4]} df = pd.DataFrame(data=d) df('col1') Error 발생 해결방법은 아래와 같다. df['col1'] # Output # [1,2]

Trouble shooting 2022. 5. 9. 16:21
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바