일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 공간데이터
- digitalgeography
- 공간분석
- connectivity
- platformurbanism
- 그래프색상
- 스마트시티
- 도시인공지능
- 웹크롤링
- pandas
- spacesyntax
- SQL
- 핫플레이스
- digital geography
- 서울
- postgres
- 서울데이터
- QGIS
- 네이버
- Python
- 파이썬
- 도시설계
- 도시계획
- naver
- multinomiallogitregression
- 도시공간분석
- 베이지안뉴럴네트워크
- 그래프이론
- 베이지안
- graphtheory
Archives
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 공간데이터
- digitalgeography
- 공간분석
- connectivity
- platformurbanism
- 그래프색상
- 스마트시티
- 도시인공지능
- 웹크롤링
- pandas
- spacesyntax
- SQL
- 핫플레이스
- digital geography
- 서울
- postgres
- 서울데이터
- QGIS
- 네이버
- Python
- 파이썬
- 도시설계
- 도시계획
- naver
- multinomiallogitregression
- 도시공간분석
- 베이지안뉴럴네트워크
- 그래프이론
- 베이지안
- graphtheory
Archives
- Today
- Total
목록ANOVA (1)
이언배 연구노트

데이터 구축이 끝났다.이제 지난번에 거쳤던 요리의 과정을 고스란히 다시 거쳐보는 작업이 남아있다.결과가 어떻게 나올지는 나도 잘 모른다.그냥 해야할 것을 차근차근 해보자.1. 전처리# 불러올 column들을 지정해주자.col_names = ['pmid', 'title', 'cls_main', 'digi_type', 'gro_flo_co', 'und_flo_co', 'total_area', 'bdtyp_cd', 'roa_cls_se', 'rds_dpn_se', 'road_bt', 'buld_age', 'dist_tord', 'dist_toapt', 'dist_tocbd', 'dist_tostation', 'mlsfc_cl']# 위 column 들로 query 문을 작성해보자.col_t..
Python
2024. 12. 10. 14:46