일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- install
- GitHub
- Python
- synology
- 삼성소프트웨어멤버십
- dataframe
- keras
- index
- SPL
- pip
- Button
- javascript
- Series
- E-P1
- SciPy
- pandas
- RNN
- LSTM
- Numpy
- GT-S80
- pycharm
- CNN
- Splunk
- mariadb
- mean
- Lotto
- DFS
- 알고리즘
- ipad
- imread
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