ElementData
["name“, ”property"]ElementData
[n, "property"]ElementData[74]
ElementData["He", "AbsoluteBoilingPoint"]
ElementData["Carbon", "IonizationEnergies"]
ElementData[16, "ElectronConfigurationString"]
ElementData[73, "ElectronConfiguration"]
The number of known elements:
Length[ElementData[All]]
Some properties are not appropriate for certain elements:
ElementData["He", "ElectroNegativity"]
Some data is missing:
ElementData["Tc", "SpecificHeat"]
All the known properties:
ElementData["Properties"]
ListPlot[Table[ElementData[z, "AtomicWeight"], {z, 118}]]