EDA : PANDAS NUMPY 관련

less than 1 minute read

탐색적 데이터분석

예시

#PANDAS

행과 열로 데이터 추출하기

PANDAS 행과 열로 데이터 추출하기 iloc loc

데이터 정렬하기df.sort_index, df.sort_Value

df.sort_index, df.sort_Value

데이터 정렬

pandas df.sort_index

df.sort_index

결측치시각화

missingno

기타

Numpy 배열

python 자료형 리스트[]튜플()딕셔너리{}

파이썬 자료구조

형변환 series to list

Pandas Series.tolist()

데이터프레임 컬럼명 변경

df 컬럼명 변경

df 인덱스 조작

This post lives in the future and is dated Tue Dec 31 00:00:00 2019. When building Jekyll with the --future flag it should appear.

Tags: ,

Categories:

Updated:

Leave a comment