diff --git a/__pycache__/controller_db.cpython-38.pyc b/__pycache__/controller_db.cpython-38.pyc index a6891e5..00c83b8 100644 Binary files a/__pycache__/controller_db.cpython-38.pyc and b/__pycache__/controller_db.cpython-38.pyc differ diff --git a/conf_db_prefix.yaml b/conf_db_prefix.yaml index 0e48fd8..1391188 100644 --- a/conf_db_prefix.yaml +++ b/conf_db_prefix.yaml @@ -1 +1 @@ -db_name_prefix: without_exp +db_name_prefix: with_exp diff --git a/controller_db.py b/controller_db.py index fbd227a..4f3eaf3 100644 --- a/controller_db.py +++ b/controller_db.py @@ -60,8 +60,7 @@ class ControllerDB: result['dct_lst_init_disrupt_firm_prod'] = \ result['dct_lst_init_disrupt_firm_prod'].apply( lambda x: pickle.loads(x)) - list_dct = result.loc[result['count'] > 10, - 'dct_lst_init_disrupt_firm_prod'].to_list() + list_dct = result['dct_lst_init_disrupt_firm_prod'].to_list() else: for _, row in Firm.iterrows(): code = row['Code']