Python Intermediate: Pandas #1
ํ๋ค์ค๋ ๋ค์ํ Data type์ด ํผ์ฌํ๋ฉด์๋, ํผ๋ ์์ด 2D numpy์ฒ๋ผ ๋ฐ์ดํฐ๋ฅผ ํ์ฉํ ์ ์๋ ํด์ด๋ค.
csvํ์ผ์ ํ์ด์ฌ ํ๋ค์ค๋ก ๋ถ๋ฌ์ค๊ธฐ
[[]]
Series์ Dataframe์ ์ฐจ์ด:
series =list์ ์ ์ฌํ๋, index ์ด๋ฆ์ ๋ถ์ผ ์ ์๋ค๋ ์ ์ด ๋ค๋ฅธ, ํ๋ค์ค์ 1์ฐจ์ ์๋ฃ ๊ตฌ์กฐ
Dataframe= ํ๊ณผ ์ด์ด ์๋ ํ๋ค์ค์ 2์ฐจ์ ์๋ฃ ๊ตฌ์กฐ
https://harryp.tistory.com/868
[Python] ํ์ด์ฌ Pandas ๋ฐ์ดํฐ ๊ตฌ์กฐ. Series, DataFrame
์๋ ํ์ธ์. ์ด๋ฒ ํฌ์คํ ์์๋ ํ์ด์ฌ์ ๋ํ์ ์ธ ๋ฐ์ดํฐ ๋ถ์ ๋ชจ๋์ธ Pandas (ํ๋ค์ค) ์ ๋ํด ์์๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค. 1. Pandas (ํ๋ค์ค) ํ๋ค์ค๋ ๊ณ ์์ค์ ์๋ฃ ๊ตฌ์กฐ์ ๋น ๋ฅด๊ณ ์ฌ์ด ๋ฐ์ดํฐ ๋ถ๏ฟฝ๏ฟฝ
harryp.tistory.com