일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Button
- Splunk
- pip
- ipad
- SciPy
- keras
- dataframe
- imread
- LSTM
- Numpy
- GitHub
- DFS
- synology
- pycharm
- Lotto
- Python
- CNN
- 삼성소프트웨어멤버십
- mean
- 알고리즘
- GT-S80
- install
- mariadb
- RNN
- E-P1
- SPL
- pandas
- index
- Series
- javascript
Archives
- Today
- Total
목록equals (1)
잠토의 잠망경
[Pandas] Series Data 다루기
mean(), min(), max(), std() import pandas as pd from collections import OrderedDict s = pd.DataFrame({ 'Address':['Seoul','Asan'], 'occupation':['doctor','IT'], 'Born':['1981-01-10','1999-11-02'], 'Died':['2100-01-10','2099-01-02'], 'Age':[40,20]}, index=['a','b'], columns=[..
공부/Python
2018. 12. 23. 16:14