[파이썬] 데이터 프레임 생성


[파이썬] 데이터 프레임 생성

(1) pd.Series(리스트,index = 리스트) index = ['person','who'] s = pd.Series(['Wes Mckinney', 'Creator of Pandas'], index = index) print(s) #person Wes Mckinney #who Creator of Pandas #dtype: object..

[파이썬] 데이터 프레임 생성에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : [파이썬] 데이터 프레임 생성