IU와 콘의 보드게임(프로그래머스 Lv5)
코드의 알고리즘 설명
코드의 알고리즘 설명
```python #choropleth로 시각화 하려면, 무조건 ‘FeatureCollection’형태로 불러와야 한다!!!!!!!!!!!!!! #FeatureCollection의 조건 #1)지오메트리가 geojson파일이어야하고 2) json으로 불러와야한다. final_df=f...
```python #지도로 시각화하기 위한 작업 import folium from folium import plugins import geopandas as gpd from shapely.geometry import Point from shapely.geometry.polygon ...
```python import warnings warnings.filterwarnings(‘ignore’) import tensorflow.compat.v1 as tf tf.disable_v2_behavior() import time
import warnings warnings.filterwarnings('ignore') import numpy as np import pandas as pd import tensorflow.compat.v1 as tf tf.disable_v2_behavior()