drop proactive + analysis

This commit is contained in:
2023-08-18 22:35:48 -04:00
parent 70a2d7da51
commit f3f50accaa
34 changed files with 20785 additions and 8284 deletions

View File

@@ -14,7 +14,7 @@ count_dcp = pd.read_csv("analysis\\count_dcp.csv",
'down_id_firm': str
})
# print(count_dcp)
count_dcp = count_dcp[count_dcp['count'] > 20]
count_dcp = count_dcp[count_dcp['count'] > 35]
list_firm = count_dcp['up_id_firm'].tolist(
) + count_dcp['down_id_firm'].tolist()