NLP tutorial (wikidocs)
Pandas 1) Series - 1์ฐจ์ ๋ฐฐ์ด์ ๊ฐ์ ๊ฐ ๊ฐ์ ๋์๋๋ ์ธ๋ฑ์ค๋ฅผ ๋ถ์ฌํ ์ ์์ - value์ index๋ก ๊ตฌ์ฑ 2) DataFrame - 2์ฐจ์ ๋ฐฐ์ด์ ๊ฐ๊ณผ ํ ๋ฐฉํฅ ์ธ๋ฑ์ค, ์ด ๋ฐฉํฅ ์ธ๋ฑ์ค๋ก ๊ตฌ์ฑ - value, index, column์ผ๋ก ๊ตฌ์ฑ - list, dict, ndarrays, Series, ๋ ๋ค๋ฅธ DataFrame์ผ๋ก ์์ฑํ ์ ์์ - csv, text, excel, sql, html, json ๋ฑ ์ธ๋ถ ๋ฐ์ดํฐ ํ์ผ์ ์ฝ์ด ์์ฑํ ์ ์์ Numpy 1) ndarray ์์ฑ - np.array()๋ก list, tuple๋ก๋ถํฐ ndarray๋ฅผ ์์ฑ - np.zeros(shape), np.ones(shape), np.full(shape, num), np.eye(shape..
2020. 3. 16.