티스토리 뷰
Python
python pandas dataframe multi index (multiple index) 설정 및 다루기
Better than alone 2020. 1. 13. 19:14- 만들어진 dataframe의 여러 column을 index로 설정하는 경우
df.set_index(['year', 'month']) # 'year', 'month'는 각각 column 명
- 엑셀 쓸 때 중복되는 index 혹은 column의 셀 합쳐지지 않도록 하는 방법 : merge_cell=False
df.to_excel('example.xlsx',merge_cells=False)
반응형
'Python' 카테고리의 다른 글
python 파일 존재 여부 확인 (check file exists) (0) | 2020.01.13 |
---|---|
python pandas dataframe 수정 (at()사용, ix()은 비추) (0) | 2020.01.13 |
Jupyter notebook / Anaconda 열리는 브라우저 변경 (예. 크롬으로 열기) (0) | 2020.01.10 |
Jupyter notebook / Anaconda 시작 경로 변경 (예. D드라이브로 변경) (0) | 2019.10.31 |
How to get Key in Memcached via python (0) | 2019.05.14 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 엑셀
- SecurityContextPersistenceFilter
- nbconvert
- unreachable object
- Markdown Note
- backtracking
- ICPC
- Divide&Conquer
- greedy
- SecurityContextRepository
- graph traversals
- anaconda2
- 여러 파일 하나로 합치기
- 인쇄열고정
- Python
- Excel
- 이클립스메모리분석툴
- dynamic programming
- 인쇄행고정
- 스도쿠
- Open ID Connect
- 동시설치
- anaconda설치
- 메모리제한
- type명령어
- Bruteforce
- DP
- minor GC
- ipynb
- Note App
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함