gnn4dr / DRKG

A knowledge graph and a set of tools for drug repurposing
Apache License 2.0
577 stars 155 forks source link

Fix to keep first triplet from DRKG in DataFrame #29

Closed ishaan-mehta closed 2 years ago

ishaan-mehta commented 2 years ago

Need to use header=None for pd.read_csv() in order to ensure that first triplet in drkg.tsv is not treated as header of table

ishaan-mehta commented 2 years ago

@mufeili Would you like to review this?

mufeili commented 2 years ago

Could you take a look? @classicsong I believe you authored this notebook.

classicsong commented 2 years ago

LGTM