월간 데이콘 코로나 데이터 시각화 AI 경진대회

분석시각화 | 정형 | 분석 | 코로나 | 정성평가

  • moneyIcon Prize : 250만원
  • 2,322명 마감

 

베이스라인코드 중 지도관련 에러 발생

2020.04.03 22:47 4,516 Views

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

로그인이 필요합니다
0 / 1000
DACONIO
2020.04.08 20:18

안녕하세요.

해당 부분을 확인하고 안내드리겠습니다.