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 | 31 |
Tags
- 덴드로그램
- DataAccess
- analizer
- list
- IN
- count()
- DataFrame
- hierarchical_clustering
- 분류 결과표
- Machine Learning
- Python
- len()
- pandas
- 최댓값
- string
- 최솟값
- Dictionary
- dendrogram
- nan
- append()
- insert()
- numpy
- 반복문
- elbow method
- function
- data
- matplotlib
- sklearn
- del
- wcss
Archives
- Today
- Total
개발공부
[Python] Dictionary items(), keys(), values(), in 본문
item, key, value 값 얻기
- items(), keys(), values()를 사용해 얻을 수 있다.

특정 값의 유무 파악
- in 을 사용해 특정 key값의 유무를 얻을 수 있다.
- value는 직접 접근이 안되고 values()와 함께 사용해야 한다.

'Python > Basic' 카테고리의 다른 글
| [Python] Set 특징, 생성, 추가, 제거, 연산 (0) | 2022.04.21 |
|---|---|
| [Python] Tuple 특징, 생성 (0) | 2022.04.20 |
| [Python] Dictionary 데이터 추가, 변경, 삭제 (0) | 2022.04.20 |
| [Python] Dictionary 특징, 생성, 데이터 액세스 (0) | 2022.04.20 |
| [Python] List sorted(), sort() (0) | 2022.04.20 |