반응형
250x250
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 |
Tags
- PostgreSQL
- codedeploy error
- bootstrap
- redis
- codepipeline
- SQL
- aws
- chartjs
- codedeploy
- chart.js
- Python
- COALESCE
- Kafka
- node
- aws cicd
- Airflow
- kubeflow
- IntelliJ
- docker
- java bigdecimal
- VPN
- codebuild
- Spring
- 도커
- Jenkins
- JavaScript
- or some instances in your deployment group are experiencing problems.
- Spring Error
- Flux
- AWS CI/CD 구축하기
Archives
- Today
- Total
Small Asteroid Blog
[python] 'in <string>' requires string as left operand, not float 본문
백엔드/Python
[python] 'in <string>' requires string as left operand, not float
작은소행성☄️ 2022. 1. 26. 09:58728x90
int 는 len 을 알 수 없는데 길이 구하는 함수 len 을 사용해서 생기는 문제이다.
사용하고자 하는 데이터를 str로 변경해 문자열로 타입을 변경해서 사용한다.
len(str(data))
728x90
반응형