Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 빅데이터 분석기사 실기
- ios frida
- 인프런
- 보안뉴스
- 빅데이터분석기사
- 빅데이터분석기사 실기
- ubuntu
- nmcli
- wireshark
- FSB
- [EduAtoZ]
- AWS Cloud
- VS Code 오류
- AWS
- error
- centos7
- 빅분기 실기
- Python
- pandas
- 워게임
- pwnable
- Linux
- 클라우드
- 빅데이터 분석기사
- tcache
- mariadb
- dreamhack
- Cloud
- Dreamhack.io
- 풀이
Archives
- Today
- Total
목록DataFrame.apply() (1)
0netw0m1ra
[032] Series 연산
1. Series 연산 - Series는 스칼라값과 연산 시 각 값과 스칼라 값의 연산이 이루어짐 - 결과는 Series가 됨 2. 날짜 변경 3. 현재 날짜 정보 알아오기 4. DataFrame.apply() 적용하기 - DataFrame.apply() 적용하지 않고 사용하기 - 위의 방식을 DataFrame.apply()로 변경하기 5. Series를 DataFrame으로 만들기 - pd.DataFrame(Series) - Series.to_frame() 6. DataFrame의 index 정렬하기 - DataFrame.sort_index() : 오름차순 정렬 - DataFrame.sort_index(ascending=False) : 내림차순 정렬 7. DataFrame의 전치행렬 구하기 - Data..
빅데이터분석기사 실기
2022. 6. 21. 14:15