Skip to content

Consider harmonizing extract_affiliations input columns #85

Open
@lambdamusic

Description

@lambdamusic

Column names of results of

chunk = [{"affiliation" : "Atomic Energy Organization of Iran (AEOI),"},
         {"affiliation" : "Beijing Institute of Technology, China     R"}]
extract_affiliations(chunk, as_json=False, include_input=True)   

Differ from

chunk = [{'name': 'Airforce Harbin Flight Academy',
  'city': '',
  'state': '',
  'country': 'China'},
 {'name': 'Harbin Flight College of Air Force',
  'city': '',
  'state': '',
  'country': 'China'},
 {'name': 'Harbin Engineering University',
  'city': '',
  'state': '',
  'country': 'China'}]
extract_affiliations(chunk, as_json=False)  

Difference: underscores instead of dot.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    needed?Unsure this is useful to have

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions