Can you please tell me if it is possible to get the name of an element in PubChemPy? I found in the documentation that can find the PubChem CID by name:
result = pcp.get_compounds('Glucose', 'name')
print(result)
[Compound(5793)]
But I need the other way around, by CID to find the name of the element. Maybe someone knows how to do this?