Completed
[Pandas 강의] 데이터프레임 행, 열 (row, column) 선택 및 필터 하기
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pandas 팬더스 강의 기초 실습
Automatically move to the next video in the Classroom when playback concludes
- 1 [Pandas 강의] 팬더스, 데이터프레임, 시리즈 알아보기
- 2 [Pandas 강의] 파일에서 데이터 불러오기
- 3 [Pandas 강의] 데이터프레임 생성하기
- 4 [Pandas 강의] 데이터프레임 파일로 저장하기 (to_csv)
- 5 [Pandas 강의] 데이터프레임 행, 열 (row, column) 선택 및 필터 하기
- 6 [Pandas 강의] 데이터프레임 행,열 삭제하기 (drop row, column)
- 7 [Pandas 강의] 행,열 생성 및 수정하기(row, column create, update)
- 8 [Pandas 강의] 데이터 그룹 만들기 (group by)
- 9 [Pandas 강의] 중복 데이터 삭제하기 (drop duplicates)
- 10 [Pandas 강의] NaN (None) 찾아서 다른 값으로 변경하기(fillna)
- 11 [Pandas 강의] apply 함수, 다양한 예제로 활용해보기
- 12 [Pandas 강의] map, applymap 함수, 다양한 예제로 활용해보기
- 13 [Pandas 강의] unique, value_counts 컬럼 내 유니크한 값 뽑아내고 갯수 확인하기
- 14 [Pandas 강의] 두개의 데이터프레임 합치기 (concat, append)