|
@@ -78,7 +78,6 @@ def read_latest_data(
|
|
domain_path = downloaded_data_path / domain
|
|
domain_path = downloaded_data_path / domain
|
|
files_to_read.append((domain, get_latest_release(domain_path)))
|
|
files_to_read.append((domain, get_latest_release(domain_path)))
|
|
|
|
|
|
-
|
|
|
|
df_list = []
|
|
df_list = []
|
|
for domain, release in files_to_read:
|
|
for domain, release in files_to_read:
|
|
read_config = read_config_all[domain][release]
|
|
read_config = read_config_all[domain][release]
|
|
@@ -127,14 +126,6 @@ def read_latest_data(
|
|
)
|
|
)
|
|
|
|
|
|
df_list.append(df_domain)
|
|
df_list.append(df_domain)
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
df_all = pd.concat(df_list, axis=0, join="outer", ignore_index=True)
|
|
df_all = pd.concat(df_list, axis=0, join="outer", ignore_index=True)
|
|
|
|
|