Compare commits
No commits in common. "ac0466cc8b9fefaea6e317a03e5e56910b05ea62" and "35c2ec418fdf0dab60a2adcfb5c181920b54e69e" have entirely different histories.
ac0466cc8b
...
35c2ec418f
File diff suppressed because one or more lines are too long
|
@ -60,14 +60,14 @@ def main(input_filepath, output_filepath):
|
|||
'family_name': 'string',
|
||||
'biography': 'string',
|
||||
'primary_email': 'string',
|
||||
# 'activation_date': 'string',
|
||||
# 'last_update_date': 'string',
|
||||
'activation_date': 'string',
|
||||
'last_update_date': 'string',
|
||||
'n_works': pd.Int16Dtype(),
|
||||
'n_doi': pd.Int16Dtype(),
|
||||
'n_arxiv': pd.Int16Dtype(),
|
||||
'n_pmc': pd.Int16Dtype(),
|
||||
'n_other_pids': pd.Int16Dtype()},
|
||||
parse_dates=['activation_date', 'last_update_date'])
|
||||
'n_other_pids': pd.Int16Dtype()})
|
||||
# parse_dates=['activation_date', 'last_update_date'])
|
||||
|
||||
logger.info('Loading list columns')
|
||||
logger.info('... other_names')
|
||||
|
|
Loading…
Reference in New Issue