
--- test.py
+++ test.py
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 |
shp = gpd.read_file('map/영천시 행정동.shp', encoding='utf-8') |
9 | 9 |
shp = shp.sort_values('EMD_KOR_NM') |
10 | 10 |
shp = shp.reset_index() |
11 |
-df = pd.read_csv("data/stat/동별종합.csv") |
|
11 |
+df = pd.read_csv("data/동별종합.csv") |
|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
colorscale = [\ |
... | ... | @@ -93,4 +93,4 @@ |
93 | 93 |
# # cdf = df['행정동명'].value_counts() |
94 | 94 |
# for col in col_index: |
95 | 95 |
# cdf = df[col] |
96 |
-# choropleth_chart(shp, cdf, f"2022년 bc카드 {col}", f"figure2022{col}", adaptive_annotation=True)(파일 끝에 줄바꿈 문자 없음) |
|
96 |
+# choropleth_chart(shp, cdf, f"2022년 bc카드 {col}", f"figure2022{col}", adaptive_annotation=True) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?