[stats wf] indicators across stats dbs & updates in the org ids #248

Closed
dimitris.pierrakos wants to merge 1742 commits from beta into beta2master_sept_2022
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1788ac2d4d - Show all commits

View File

@ -137,7 +137,7 @@ cites_df = spark.read.json(graph_folder + "/relation")\
.where(
(F.array_contains(F.col('collected_lower'), "opencitations"))
| (F.array_contains(F.col('collected_lower'), "crossref"))
| (F.array_contains(F.col('collected_lower'), "mag"))
| (F.array_contains(F.col('collected_lower'), "microsoft academic graph"))
).drop('collected_lower')
# print ("Cited df has: " + str(cites_df.count()) + " entries")