Oalex #13

Merged
mkallipo merged 15 commits from openaire-workflow-ready_2 into openaire-workflow-ready 2024-12-09 18:51:24 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 982a1b0b9f - Show all commits

View File

@ -47,7 +47,7 @@ explode = spark.read.json(folder_path) \
affs = explode \
.select("affiliation") \
.distinct() \
.withColumn("Matchings", oalex_affro(col("aff_string")))
.withColumn("Matchings", oalex_affro_udf(col("aff_string")))
affs.join(explode, on = "affiliation") \