분석시각화 대회 코드 공유 게시물은
내용 확인 후
좋아요(투표) 가능합니다.
월간 데이콘 코로나 데이터 시각화 AI 경진대회
베이스라인코드 중 지도관련 에러 발생
https://dacon.io/competitions/official/235590/codeshare/833 을 구글 코랩에서 돌려 보았습니다. 모두 잘 되네요.
다만 지도위에 데이터 표시하는 부분에서 모두 에러가 발생하는데 어떻게 해결해야 할까요?
파이썬은 아직 익숙치 않아서...
=======================
--------------------------------------------------------------------------- RecursionError Traceback (most recent call last) <ipython-input-59-037b0bb5d51e> in <module>() 2 m = folium.Map([36, 128], zoom_start=7) 3 plugins.MousePosition().add_to(m) ----> 4 plugins.MarkerCluster(regional_count).add_to(m) 5 m
6 frames
... last 1 frames repeated, from the frame below ... /usr/local/lib/python3.6/dist-packages/folium/utilities.py in _flatten(container) 69 for i in container: 70 if _is_sized_iterable(i): ---> 71 for j in _flatten(i): 72 yield j 73 else:
RecursionError: maximum recursion depth exceeded in comparison
DACON Co.,Ltd | CEO Kookjin Kim | 699-81-01021
Mail-order-sales Registration Number: 2021-서울영등포-1704
Business Providing Employment Information Number: J1204020250004
#901, Eunhaeng-ro 3, Yeongdeungpo-gu, Seoul 07237
E-mail dacon@dacon.io |
Tel. 070-4102-0545
Copyright ⓒ DACON Inc. All rights reserved
안녕하세요.
해당 부분을 확인하고 안내드리겠습니다.