experiments'
This commit is contained in:
parent
9ebdb89332
commit
b17dec4dbe
Binary file not shown.
|
@ -1 +1 @@
|
|||
db_name_prefix: without_exp
|
||||
db_name_prefix: with_exp
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue