Skip to content

Commit

Permalink
add : excerpt
Browse files Browse the repository at this point in the history
  • Loading branch information
AshHyun committed Aug 25, 2020
1 parent 1cd0e33 commit 7989717
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _posts/2020-08-24-pandas-series.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "[Pandas] Series의 생성과 조작"
title: "Series 자료구조(feat.인덱스)"
search: true
categories:
- Pandas
Expand All @@ -9,6 +9,7 @@ tags:
- Series
last_modified_at: 2020-08-24 23:11
layout: jupyter
excerpt: "판다스 Series 자료구조 알아보기"
classes: wide
toc: true
toc_sticky: true
Expand All @@ -17,7 +18,7 @@ toc_sticky: true
---
## 0. Pandas에 대해

***Pandas***는 데이터 분석을 위해 많은 이들에게 사용되는 파이썬 라이브러리 패키지입니다. 데이터프레임을 원하는 대로 가공하는 것은 데이터 과학자들에게 필수 요소이기 때문에, *Pandas*는 빅데이터, 머신러닝의 기본 소양이 되는 라이브러리라고 할 수 있습니다. <br>이후에 이 블로그에서 다룰 머신러닝이나 인공지능 관련 글에서도 *Pandas*는 길게 설명하지 않을 것이기에, 틈틈이 실습을 하면서 판다스를 체득하시길 추천합니다. <br>
***Pandas***는 데이터 분석을 위해 많은 이들에게 사용되는 파이썬 라이브러리 패키지입니다. 데이터프레임을 원하는 대로 가공하는 것은 데이터 과학자들에게 필수 요소이기 때문에, ***Pandas***는 빅데이터, 머신러닝의 기본 소양이 되는 라이브러리라고 할 수 있습니다. <br>이후에 이 블로그에서 다룰 머신러닝이나 인공지능 관련 글에서도 ***Pandas***는 길게 설명하지 않을 것이기에, 틈틈이 실습을 하면서 판다스를 체득하시길 추천합니다. <br>
이 글에서는 Series에 관련된 생성과 조작에 대해서 다루겠습니다.

---
Expand Down

0 comments on commit 7989717

Please sign in to comment.