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

네이버 API 검색이 끝났다. import pandas as pdfrom sqlalchemy import create_enginefrom glob import globfilenames = glob('./api_crawl_1/*.csv')dfs = []for file in filenames: t = pd.read_csv(file) dfs.append(t)filenames = glob('./api_crawl_2/*.csv')for file in filenames: t = pd.read_csv(file) dfs.append(t)df_concat = pd.concat(dfs)engine = create_engine('postgresql+psycopg2://???:???@???:5432/??..
PostGRES
2024. 11. 7. 17:33