master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
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")