[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-02-15 09:16:13 +00:00
parent ff53981a73
commit 03db47ed5e

View File

@ -241,7 +241,7 @@ def nuts3(country_shapes, nuts3, nuts3pop, nuts3gdp, ch_cantons, ch_popgdp):
manual["geometry"] = manual["country"].map(country_shapes)
manual = manual.dropna()
manual = manual.set_index("NUTS_ID")
manual = manual.set_crs('ETRS89')
manual = manual.set_crs("ETRS89")
df = pd.concat([df, manual], sort=False)