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 |
Tags
- insert()
- pandas
- 최솟값
- numpy
- 덴드로그램
- elbow method
- sklearn
- 분류 결과표
- dendrogram
- hierarchical_clustering
- nan
- Machine Learning
- matplotlib
- append()
- 반복문
- analizer
- IN
- len()
- function
- list
- count()
- string
- data
- wcss
- del
- Dictionary
- DataAccess
- 최댓값
- Python
- DataFrame
Archives
- Today
- Total
개발공부
[Python]Boolean 본문
Boolean
- Boolean 은 다음 2가지의 오브젝트로 나타낸다. "False" and "True".
- 숫자 0과 1 같은 의미이다.

'Python > Basic' 카테고리의 다른 글
| [Python] String 변경, replace() (0) | 2022.04.20 |
|---|---|
| [Python]String +연산자, upper(), lower(), title(), spit() (0) | 2022.04.20 |
| [Python] String 특징, 생성, Slicing(슬라이싱) (0) | 2022.04.20 |
| [Python] print(), input(), 형변환 (0) | 2022.04.18 |
| [Python] 변수, 데이터, 연산 (0) | 2022.04.18 |