로그인
로그인
# .head
총 2개의 포스트
beckhye
Pandas기초-3. 타이타닉 데이터 분석(조회,정렬)
Pandas기초-3. 데이터셋(조회,정렬)
.describ()
.head
.info
.shape
.value_counts
asending=False
astype
include
sort_index
sort_values
std
2023년 8월 12일
·
0개의 댓글
·
0
simon919
05. 데이터 확인
2023.01.09
.columns
.count
.describe
.head
.index()
.info
.mean
.min
.nlargest
.nunique()
.shape
.sum
.tail
.unique
.values
pandas
2023년 1월 9일
·
0개의 댓글
·
0