How to map MeSH ID to MeSH term using Python ; with gzip.open("mesh.json.gz", "rb") as infile: ; load(infile) ; print(mesh_id_to_term["D059630"]) # ...
確定! 回上一頁