[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1ea8cf47d8
commit
ade7e17d57
File diff suppressed because one or more lines are too long
@ -51,6 +51,7 @@ color_country = {
|
|||||||
"SK": "#550000",
|
"SK": "#550000",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def sort_one_country(country, df):
|
def sort_one_country(country, df):
|
||||||
indices = [link for link in df.columns if country in link]
|
indices = [link for link in df.columns if country in link]
|
||||||
df_country = df[indices].copy()
|
df_country = df[indices].copy()
|
||||||
|
Loading…
Reference in New Issue
Block a user