covid-19-net / covid-19-community

Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
MIT License
119 stars 77 forks source link

01c-CNCBStrain.ipynb fails with key error #372

Closed pwrose closed 3 years ago

pwrose commented 3 years ago

CNCB seems to have fixed the issue with the `Host column name. Need to update the Host column name.

KeyError Traceback (most recent call last)

in 1 # assign taxonomy id to host ----> 2 df['host'] = df['`Host'].str.strip()