일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Method
- Scrum
- algorithm
- instance
- 크롤링
- 자바스크립트
- 프로젝트
- keras
- analyzing
- matplotlib
- ECS
- AWS
- TypeScript
- Agile
- Project
- data analyze
- Crawling
- angular
- python
- webcrawling
- 다나와
- 애자일
- visualizing
- javascript
- tensorflow
- DANAWA
- pandas
- opencv
- data
- adaptive life cycle
Archives
- Today
- Total
목록unstack (1)
LiJell's 성장기
15.python_stack_unstack_pivot_table
Modified on Jan 08 2022 # -- coding: utf-8 -- """ Created on Tue Dec 28 14:26:49 2021 @author: hanju """ 15. stack, unstack, pivot_table 자료구조 (데이터타입) 형태 long data(tidy data) 각 속성을 컬럼으로 표현 지점 A B C -wide data(cross table : 교차표) 하나의 속성을 갖는 데이터가 각 종류마다 서로 다른 컬럼으로 분리되어 나열함 A B C 판매량 stack / unstack 1. stack wide ->> long 2. unstack long --> wide import numpy as np import pandas as pd from pandas imp..
Bigdata/파이썬_Python
2022. 1. 8. 13:30