일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- synology
- Splunk
- dataframe
- ipad
- RNN
- SPL
- Series
- mean
- E-P1
- CNN
- Python
- Button
- GT-S80
- GitHub
- pip
- pycharm
- 알고리즘
- pandas
- LSTM
- DFS
- index
- install
- SciPy
- Lotto
- mariadb
- javascript
- imread
- 삼성소프트웨어멤버십
- keras
- Numpy
Archives
- Today
- Total
목록AttributeError (1)
잠토의 잠망경
[pandas] AttributeError: 'Timestamp' object has no attribute 'translate'
mariadb를 사용하다 보면 timestamp 오류가 발생할 경우가 있다. AttributeError: 'Timestamp' object has no attribute 'translate' 해당 오류가 발생할 경우 해결책 datas = pd.DataFrame({'col1': [' ab_c', 'b: cd', 'cde_ '], 'col2': ['a', 'a', 'c'], 'col3': [1, 2, 3], 'mydate': [pd.to_datetime('20200402'), pd.to_datetime('20200501')-pd.DateOffset(days=5), pd.to_datetime('20200502')] }, index=[0, 1, 2]) print(datas.info()) 다음과 datetime6..
공부/Python
2020. 5. 23. 08:46