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'] = \
|
||||||
result['dct_lst_init_disrupt_firm_prod'].apply(
|
result['dct_lst_init_disrupt_firm_prod'].apply(
|
||||||
lambda x: pickle.loads(x))
|
lambda x: pickle.loads(x))
|
||||||
list_dct = result.loc[result['count'] > 10,
|
list_dct = result['dct_lst_init_disrupt_firm_prod'].to_list()
|
||||||
'dct_lst_init_disrupt_firm_prod'].to_list()
|
|
||||||
else:
|
else:
|
||||||
for _, row in Firm.iterrows():
|
for _, row in Firm.iterrows():
|
||||||
code = row['Code']
|
code = row['Code']
|
||||||
|
|
Loading…
Reference in New Issue