From a465bb027d634fb1a37dca17c67dfa704c5d3c6e Mon Sep 17 00:00:00 2001 From: Andrea Mannocci Date: Wed, 24 Mar 2021 12:24:27 +0100 Subject: [PATCH] fixing typo --- src/data/make_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/make_dataset.py b/src/data/make_dataset.py index f71fdaa..ea88b9b 100644 --- a/src/data/make_dataset.py +++ b/src/data/make_dataset.py @@ -22,7 +22,7 @@ def main(input_filepath, output_filepath): 'given_names', 'family_name', 'biography', 'other_names', 'urls', 'primary_email', 'other_emails', 'keywords', 'external_ids', 'education', 'employment', 'n_works', 'works_source', 'activation_date', 'last_update_date', - 'n_doi', 'n_arxiv', 'n_pmc', 'n_other_pids'], encode = 'utf-8') + 'n_doi', 'n_arxiv', 'n_pmc', 'n_other_pids'], encoding = 'utf-8') logger.info('Loading list columns') logger.info('... other_names')