티스토리 뷰
728x90
반응형
folium 인코딩 이슈가 있는 경우 한글이 깨져보이게 된다.
1.
아래와같이 터미널에 입력하여 설치하거나,
pip install git+https://github.com/python-visualization/branca.git@master
2.
지도를 html파일로 저장하여 연다
m = folium.Map(location=[ , ])
m.save('mapHtml.html')
728x90
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[pymongo] aggregate 검색하기 (match+group+project+sort) (0) | 2021.08.06 |
---|---|
[pymongo] find + distinct 사용하기 (0) | 2021.08.02 |
[dictionary] 파이썬 딕셔너리 원하는 length만큼 자르기 (0) | 2021.06.22 |
[pandas] 날짜를 일별, 주별, 월별로 구분하기 (2) | 2021.06.07 |
[pymongo] 날짜별 데이터 수 가져오기 (find and aggregate) (0) | 2021.06.07 |
댓글