Compare commits

..

No commits in common. "ac0466cc8b9fefaea6e317a03e5e56910b05ea62" and "35c2ec418fdf0dab60a2adcfb5c181920b54e69e" have entirely different histories.

2 changed files with 4261 additions and 7968 deletions

File diff suppressed because one or more lines are too long

View File

@ -60,14 +60,14 @@ def main(input_filepath, output_filepath):
'family_name': 'string', 'family_name': 'string',
'biography': 'string', 'biography': 'string',
'primary_email': 'string', 'primary_email': 'string',
# 'activation_date': 'string', 'activation_date': 'string',
# 'last_update_date': 'string', 'last_update_date': 'string',
'n_works': pd.Int16Dtype(), 'n_works': pd.Int16Dtype(),
'n_doi': pd.Int16Dtype(), 'n_doi': pd.Int16Dtype(),
'n_arxiv': pd.Int16Dtype(), 'n_arxiv': pd.Int16Dtype(),
'n_pmc': pd.Int16Dtype(), 'n_pmc': pd.Int16Dtype(),
'n_other_pids': pd.Int16Dtype()}, 'n_other_pids': pd.Int16Dtype()})
parse_dates=['activation_date', 'last_update_date']) # parse_dates=['activation_date', 'last_update_date'])
logger.info('Loading list columns') logger.info('Loading list columns')
logger.info('... other_names') logger.info('... other_names')