pyphyschemtools 0.3.5__tar.gz → 0.3.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/Examples.ipynb +965 -0
  2. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/PKG-INFO +3 -1
  3. pyphyschemtools-0.3.7/docs/build/doctrees/environment.pickle +0 -0
  4. pyphyschemtools-0.3.7/docs/build/doctrees/pyphyschemtools.doctree +0 -0
  5. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/.buildinfo +1 -1
  6. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/documentation_options.js +1 -1
  7. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/genindex.html +2 -2
  8. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/index.html +2 -2
  9. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/modules.html +2 -2
  10. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/objects.inv +0 -0
  11. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/py-modindex.html +2 -2
  12. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/pyphyschemtools.html +71 -13
  13. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/pyphyschemtools.icons_logos_banner.html +2 -2
  14. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/search.html +2 -2
  15. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/searchindex.js +1 -1
  16. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/theory/Kinetics_KORD.html +2 -2
  17. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/conf.py +2 -1
  18. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/PeriodicTable-checkpoint.py +23 -0
  19. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/aithermo-checkpoint.py +5 -7
  20. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/cheminformatics-checkpoint.py +6 -8
  21. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/kinetics-checkpoint.py +7 -5
  22. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/spectra-checkpoint.py +17 -15
  23. pyphyschemtools-0.3.7/pyphyschemtools/ML.py +44 -0
  24. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/PeriodicTable.py +23 -0
  25. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/__init__.py +1 -1
  26. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/aithermo.py +5 -7
  27. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/cheminformatics.py +6 -8
  28. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/kinetics.py +7 -5
  29. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/spectra.py +17 -15
  30. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools.egg-info/PKG-INFO +3 -1
  31. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools.egg-info/SOURCES.txt +1 -0
  32. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools.egg-info/requires.txt +2 -0
  33. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyproject.toml +3 -1
  34. pyphyschemtools-0.3.5/docs/build/doctrees/environment.pickle +0 -0
  35. pyphyschemtools-0.3.5/docs/build/doctrees/pyphyschemtools.doctree +0 -0
  36. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/CHANGELOG.md +0 -0
  37. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/LICENSE +0 -0
  38. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/MANIFEST.in +0 -0
  39. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/README.md +0 -0
  40. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/Makefile +0 -0
  41. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/doctrees/index.doctree +0 -0
  42. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/doctrees/modules.doctree +0 -0
  43. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/doctrees/pyphyschemtools.icons_logos_banner.doctree +0 -0
  44. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/doctrees/theory/Kinetics_KORD.doctree +0 -0
  45. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/.nojekyll +0 -0
  46. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/CNAME +0 -0
  47. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_images/tools4pyPC_banner.svg +0 -0
  48. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_sources/index.rst.txt +0 -0
  49. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_sources/modules.rst.txt +0 -0
  50. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_sources/pyphyschemtools.icons_logos_banner.rst.txt +0 -0
  51. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_sources/pyphyschemtools.rst.txt +0 -0
  52. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_sources/theory/Kinetics_KORD.md.txt +0 -0
  53. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  54. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/base-stemmer.js +0 -0
  55. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/basic.css +0 -0
  56. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/badge_only.css +0 -0
  57. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  58. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  59. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  60. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  61. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  62. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
  63. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  64. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  65. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  66. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  67. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  68. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
  69. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  70. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  71. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  72. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
  73. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  74. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/css/theme.css +0 -0
  75. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/doctools.js +0 -0
  76. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/english-stemmer.js +0 -0
  77. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/file.png +0 -0
  78. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
  79. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
  80. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
  81. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
  82. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  83. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  84. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  85. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  86. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
  87. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
  88. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
  89. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
  90. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
  91. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
  92. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
  93. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
  94. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  95. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  96. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  97. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  98. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  99. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  100. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  101. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  102. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/jquery.js +0 -0
  103. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/js/badge_only.js +0 -0
  104. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/js/theme.js +0 -0
  105. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/js/versions.js +0 -0
  106. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/language_data.js +0 -0
  107. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/minus.png +0 -0
  108. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/nbsphinx-broken-thumbnail.svg +0 -0
  109. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/nbsphinx-code-cells.css +0 -0
  110. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/nbsphinx-gallery.css +0 -0
  111. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/nbsphinx-no-thumbnail.svg +0 -0
  112. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/plus.png +0 -0
  113. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/pygments.css +0 -0
  114. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/searchtools.js +0 -0
  115. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/sphinx_highlight.js +0 -0
  116. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/tools4pyPC_banner.svg +0 -0
  117. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/build/html/_static/visualID.css +0 -0
  118. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/make.bat +0 -0
  119. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/_static/tools4pyPC_banner.svg +0 -0
  120. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/_static/visualID.css +0 -0
  121. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/index.rst +0 -0
  122. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/modules.rst +0 -0
  123. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/pyphyschemtools.icons_logos_banner.rst +0 -0
  124. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/pyphyschemtools.rst +0 -0
  125. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/theory/.ipynb_checkpoints/Kinetics_KORD-checkpoint.md +0 -0
  126. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/theory/.ipynb_checkpoints/kinetics_KORD-checkpoint.md +0 -0
  127. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/docs/source/theory/Kinetics_KORD.md +0 -0
  128. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/push_pyPi_doc.md +0 -0
  129. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/Chem3D-checkpoint.py +0 -0
  130. /pyphyschemtools-0.3.5/pyphyschemtools/ML.py → /pyphyschemtools-0.3.7/pyphyschemtools/.ipynb_checkpoints/ML-checkpoint.py +0 -0
  131. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/core-checkpoint.py +0 -0
  132. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/survey-checkpoint.py +0 -0
  133. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/sympyUtilities-checkpoint.py +0 -0
  134. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.ipynb_checkpoints/tools4AS-checkpoint.py +0 -0
  135. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/.readthedocs.yaml +0 -0
  136. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/Chem3D.py +0 -0
  137. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/core.py +0 -0
  138. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/icons_logos_banner/Logo_pyPhysChem_border.svg +0 -0
  139. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/icons_logos_banner/__init__.py +0 -0
  140. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/icons_logos_banner/logo.png +0 -0
  141. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/icons_logos_banner/tools4pyPC_banner.png +0 -0
  142. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/icons_logos_banner/tools4pyPC_banner.svg +0 -0
  143. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/css/BrainHalfHalf-120x139.base64 +0 -0
  144. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/css/BrainHalfHalf-120x139.png +0 -0
  145. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/css/BrainHalfHalf.base64 +0 -0
  146. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/css/BrainHalfHalf.png +0 -0
  147. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/css/BrainHalfHalf.svg +0 -0
  148. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/css/visualID.css +0 -0
  149. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/img/Tranformative_3.webp +0 -0
  150. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/img/Tranformative_3_banner.png +0 -0
  151. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/img/pyPhysChem_1.png +0 -0
  152. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/BrainHalfHalf.png +0 -0
  153. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/BrainHalfHalf.svg +0 -0
  154. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/GitHub-Logo-C.png +0 -0
  155. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/GitHub-Logo.png +0 -0
  156. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo-Universite-Toulouse-n-2023.png +0 -0
  157. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo_pyPhysChem_1-translucentBgd-woName.png +0 -0
  158. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo_pyPhysChem_1-translucentBgd.png +0 -0
  159. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo_pyPhysChem_1.png +0 -0
  160. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo_pyPhysChem_1.svg +0 -0
  161. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo_pyPhysChem_5.png +0 -0
  162. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo_pyPhysChem_5.svg +0 -0
  163. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Logo_pyPhysChem_border.svg +0 -0
  164. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Python-logo-notext.svg +0 -0
  165. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Python_logo_and_wordmark.svg.png +0 -0
  166. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/UT3_logoQ.jpg +0 -0
  167. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/UT3_logoQ.png +0 -0
  168. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/Universite-Toulouse-n-2023.svg +0 -0
  169. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/X.png +0 -0
  170. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoAnaconda.png +0 -0
  171. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoAnaconda.webp +0 -0
  172. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoCNRS.png +0 -0
  173. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoDebut.svg +0 -0
  174. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoEnd.svg +0 -0
  175. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoFin.svg +0 -0
  176. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoPPCL.svg +0 -0
  177. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logoPytChem.png +0 -0
  178. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logo_lpcno_300_dpi_notexttransparent.png +0 -0
  179. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logo_pyPhysChem.png +0 -0
  180. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logo_pyPhysChem_0.png +0 -0
  181. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logo_pyPhysChem_0.svg +0 -0
  182. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem.png +0 -0
  183. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem_2.webp +0 -0
  184. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem_3.webp +0 -0
  185. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem_4.webp +0 -0
  186. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem_5.png +0 -0
  187. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem_5.webp +0 -0
  188. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem_6.webp +0 -0
  189. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logopyPhyschem_7.webp +0 -0
  190. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logos-Anaconda-pyPhysChem.png +0 -0
  191. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/logos-Anaconda-pyPhysChem.svg +0 -0
  192. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/pyPC_LPCNO_Banner.png +0 -0
  193. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/pyPC_LPCNO_Banner.svg +0 -0
  194. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/pyPhysChem-GitHubSocialMediaTemplate.png +0 -0
  195. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/pyPhysChem-GitHubSocialMediaTemplate.svg +0 -0
  196. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/pyPhysChemBanner.png +0 -0
  197. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/pyPhysChemBanner.svg +0 -0
  198. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/qrcode-pyPhysChem.png +0 -0
  199. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/repository-open-graph-template.png +0 -0
  200. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/tools4pyPC_banner.png +0 -0
  201. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/resources/svg/tools4pyPC_banner.svg +0 -0
  202. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/survey.py +0 -0
  203. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/sympyUtilities.py +0 -0
  204. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/tools4AS.py +0 -0
  205. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/visualID.py +0 -0
  206. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools/visualID_Eng.py +0 -0
  207. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools.egg-info/dependency_links.txt +0 -0
  208. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/pyphyschemtools.egg-info/top_level.txt +0 -0
  209. {pyphyschemtools-0.3.5 → pyphyschemtools-0.3.7}/setup.cfg +0 -0
@@ -2922,6 +2922,971 @@
2922
2922
  "study.get_best_order()"
2923
2923
  ]
2924
2924
  },
2925
+ {
2926
+ "cell_type": "markdown",
2927
+ "id": "1e2140d8-24a8-4260-aa4d-dd48f6ab2b3d",
2928
+ "metadata": {},
2929
+ "source": [
2930
+ "## `PeriodicTable.py`\n",
2931
+ "\n",
2932
+ "### Classe `TableauPeriodique` (for French students)\n",
2933
+ "\n",
2934
+ "#### Instanciation d'un tableau périodique et affichage"
2935
+ ]
2936
+ },
2937
+ {
2938
+ "cell_type": "code",
2939
+ "execution_count": 1,
2940
+ "id": "9b75d516-ab9a-4c1b-ada9-5c98ec4edc05",
2941
+ "metadata": {},
2942
+ "outputs": [
2943
+ {
2944
+ "data": {
2945
+ "text/html": [
2946
+ " <style>\n",
2947
+ " .bk-notebook-logo {\n",
2948
+ " display: block;\n",
2949
+ " width: 20px;\n",
2950
+ " height: 20px;\n",
2951
+ " background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAOkSURBVDiNjZRtaJVlGMd/1/08zzln5zjP1LWcU9N0NkN8m2CYjpgQYQXqSs0I84OLIC0hkEKoPtiH3gmKoiJDU7QpLgoLjLIQCpEsNJ1vqUOdO7ppbuec5+V+rj4ctwzd8IIbbi6u+8f1539dt3A78eXC7QizUF7gyV1fD1Yqg4JWz84yffhm0qkFqBogB9rM8tZdtwVsPUhWhGcFJngGeWrPzHm5oaMmkfEg1usvLFyc8jLRqDOMru7AyC8saQr7GG7f5fvDeH7Ej8CM66nIF+8yngt6HWaKh7k49Soy9nXurCi1o3qUbS3zWfrYeQDTB/Qj6kX6Ybhw4B+bOYoLKCC9H3Nu/leUTZ1JdRWkkn2ldcCamzrcf47KKXdAJllSlxAOkRgyHsGC/zRday5Qld9DyoM4/q/rUoy/CXh3jzOu3bHUVZeU+DEn8FInkPBFlu3+nW3Nw0mk6vCDiWg8CeJaxEwuHS3+z5RgY+YBR6V1Z1nxSOfoaPa4LASWxxdNp+VWTk7+4vzaou8v8PN+xo+KY2xsw6une2frhw05CTYOmQvsEhjhWjn0bmXPjpE1+kplmmkP3suftwTubK9Vq22qKmrBhpY4jvd5afdRA3wGjFAgcnTK2s4hY0/GPNIb0nErGMCRxWOOX64Z8RAC4oCXdklmEvcL8o0BfkNK4lUg9HTl+oPlQxdNo3Mg4Nv175e/1LDGzZen30MEjRUtmXSfiTVu1kK8W4txyV6BMKlbgk3lMwYCiusNy9fVfvvwMxv8Ynl6vxoByANLTWplvuj/nF9m2+PDtt1eiHPBr1oIfhCChQMBw6Aw0UulqTKZdfVvfG7VcfIqLG9bcldL/+pdWTLxLUy8Qq38heUIjh4XlzZxzQm19lLFlr8vdQ97rjZVOLf8nclzckbcD4wxXMidpX30sFd37Fv/GtwwhzhxGVAprjbg0gCAEeIgwCZyTV2Z1REEW8O4py0wsjeloKoMr6iCY6dP92H6Vw/oTyICIthibxjm/DfN9lVz8IqtqKYLUXfoKVMVQVVJOElGjrnnUt9T9wbgp8AyYKaGlqingHZU/uG2NTZSVqwHQTWkx9hxjkpWDaCg6Ckj5qebgBVbT3V3NNXMSiWSDdGV3hrtzla7J+duwPOToIg42ChPQOQjspnSlp1V+Gjdged7+8UN5CRAV7a5EdFNwCjEaBR27b3W890TE7g24NAP/mMDXRWrGoFPQI9ls/MWO2dWFAar/xcOIImbbpA3zgAAAABJRU5ErkJggg==);\n",
2952
+ " }\n",
2953
+ " </style>\n",
2954
+ " <div>\n",
2955
+ " <a href=\"https://bokeh.org\" target=\"_blank\" class=\"bk-notebook-logo\"></a>\n",
2956
+ " <span id=\"ea85ebe3-5cc3-4f74-951f-4a2bdacabf0f\">Loading BokehJS ...</span>\n",
2957
+ " </div>\n"
2958
+ ]
2959
+ },
2960
+ "metadata": {},
2961
+ "output_type": "display_data"
2962
+ },
2963
+ {
2964
+ "data": {
2965
+ "application/javascript": [
2966
+ "'use strict';\n",
2967
+ "(function(root) {\n",
2968
+ " function now() {\n",
2969
+ " return new Date();\n",
2970
+ " }\n",
2971
+ "\n",
2972
+ " const force = true;\n",
2973
+ "\n",
2974
+ " if (typeof root._bokeh_onload_callbacks === \"undefined\" || force === true) {\n",
2975
+ " root._bokeh_onload_callbacks = [];\n",
2976
+ " root._bokeh_is_loading = undefined;\n",
2977
+ " }\n",
2978
+ "\n",
2979
+ "const JS_MIME_TYPE = 'application/javascript';\n",
2980
+ " const HTML_MIME_TYPE = 'text/html';\n",
2981
+ " const EXEC_MIME_TYPE = 'application/vnd.bokehjs_exec.v0+json';\n",
2982
+ " const CLASS_NAME = 'output_bokeh rendered_html';\n",
2983
+ "\n",
2984
+ " /**\n",
2985
+ " * Render data to the DOM node\n",
2986
+ " */\n",
2987
+ " function render(props, node) {\n",
2988
+ " const script = document.createElement(\"script\");\n",
2989
+ " node.appendChild(script);\n",
2990
+ " }\n",
2991
+ "\n",
2992
+ " /**\n",
2993
+ " * Handle when an output is cleared or removed\n",
2994
+ " */\n",
2995
+ " function handleClearOutput(event, handle) {\n",
2996
+ " function drop(id) {\n",
2997
+ " const view = Bokeh.index.get_by_id(id)\n",
2998
+ " if (view != null) {\n",
2999
+ " view.model.document.clear()\n",
3000
+ " Bokeh.index.delete(view)\n",
3001
+ " }\n",
3002
+ " }\n",
3003
+ "\n",
3004
+ " const cell = handle.cell;\n",
3005
+ "\n",
3006
+ " const id = cell.output_area._bokeh_element_id;\n",
3007
+ " const server_id = cell.output_area._bokeh_server_id;\n",
3008
+ "\n",
3009
+ " // Clean up Bokeh references\n",
3010
+ " if (id != null) {\n",
3011
+ " drop(id)\n",
3012
+ " }\n",
3013
+ "\n",
3014
+ " if (server_id !== undefined) {\n",
3015
+ " // Clean up Bokeh references\n",
3016
+ " const cmd_clean = \"from bokeh.io.state import curstate; print(curstate().uuid_to_server['\" + server_id + \"'].get_sessions()[0].document.roots[0]._id)\";\n",
3017
+ " cell.notebook.kernel.execute(cmd_clean, {\n",
3018
+ " iopub: {\n",
3019
+ " output: function(msg) {\n",
3020
+ " const id = msg.content.text.trim()\n",
3021
+ " drop(id)\n",
3022
+ " }\n",
3023
+ " }\n",
3024
+ " });\n",
3025
+ " // Destroy server and session\n",
3026
+ " const cmd_destroy = \"import bokeh.io.notebook as ion; ion.destroy_server('\" + server_id + \"')\";\n",
3027
+ " cell.notebook.kernel.execute(cmd_destroy);\n",
3028
+ " }\n",
3029
+ " }\n",
3030
+ "\n",
3031
+ " /**\n",
3032
+ " * Handle when a new output is added\n",
3033
+ " */\n",
3034
+ " function handleAddOutput(event, handle) {\n",
3035
+ " const output_area = handle.output_area;\n",
3036
+ " const output = handle.output;\n",
3037
+ "\n",
3038
+ " // limit handleAddOutput to display_data with EXEC_MIME_TYPE content only\n",
3039
+ " if ((output.output_type != \"display_data\") || (!Object.prototype.hasOwnProperty.call(output.data, EXEC_MIME_TYPE))) {\n",
3040
+ " return\n",
3041
+ " }\n",
3042
+ "\n",
3043
+ " const toinsert = output_area.element.find(\".\" + CLASS_NAME.split(' ')[0]);\n",
3044
+ "\n",
3045
+ " if (output.metadata[EXEC_MIME_TYPE][\"id\"] !== undefined) {\n",
3046
+ " toinsert[toinsert.length - 1].firstChild.textContent = output.data[JS_MIME_TYPE];\n",
3047
+ " // store reference to embed id on output_area\n",
3048
+ " output_area._bokeh_element_id = output.metadata[EXEC_MIME_TYPE][\"id\"];\n",
3049
+ " }\n",
3050
+ " if (output.metadata[EXEC_MIME_TYPE][\"server_id\"] !== undefined) {\n",
3051
+ " const bk_div = document.createElement(\"div\");\n",
3052
+ " bk_div.innerHTML = output.data[HTML_MIME_TYPE];\n",
3053
+ " const script_attrs = bk_div.children[0].attributes;\n",
3054
+ " for (let i = 0; i < script_attrs.length; i++) {\n",
3055
+ " toinsert[toinsert.length - 1].firstChild.setAttribute(script_attrs[i].name, script_attrs[i].value);\n",
3056
+ " toinsert[toinsert.length - 1].firstChild.textContent = bk_div.children[0].textContent\n",
3057
+ " }\n",
3058
+ " // store reference to server id on output_area\n",
3059
+ " output_area._bokeh_server_id = output.metadata[EXEC_MIME_TYPE][\"server_id\"];\n",
3060
+ " }\n",
3061
+ " }\n",
3062
+ "\n",
3063
+ " function register_renderer(events, OutputArea) {\n",
3064
+ "\n",
3065
+ " function append_mime(data, metadata, element) {\n",
3066
+ " // create a DOM node to render to\n",
3067
+ " const toinsert = this.create_output_subarea(\n",
3068
+ " metadata,\n",
3069
+ " CLASS_NAME,\n",
3070
+ " EXEC_MIME_TYPE\n",
3071
+ " );\n",
3072
+ " this.keyboard_manager.register_events(toinsert);\n",
3073
+ " // Render to node\n",
3074
+ " const props = {data: data, metadata: metadata[EXEC_MIME_TYPE]};\n",
3075
+ " render(props, toinsert[toinsert.length - 1]);\n",
3076
+ " element.append(toinsert);\n",
3077
+ " return toinsert\n",
3078
+ " }\n",
3079
+ "\n",
3080
+ " /* Handle when an output is cleared or removed */\n",
3081
+ " events.on('clear_output.CodeCell', handleClearOutput);\n",
3082
+ " events.on('delete.Cell', handleClearOutput);\n",
3083
+ "\n",
3084
+ " /* Handle when a new output is added */\n",
3085
+ " events.on('output_added.OutputArea', handleAddOutput);\n",
3086
+ "\n",
3087
+ " /**\n",
3088
+ " * Register the mime type and append_mime function with output_area\n",
3089
+ " */\n",
3090
+ " OutputArea.prototype.register_mime_type(EXEC_MIME_TYPE, append_mime, {\n",
3091
+ " /* Is output safe? */\n",
3092
+ " safe: true,\n",
3093
+ " /* Index of renderer in `output_area.display_order` */\n",
3094
+ " index: 0\n",
3095
+ " });\n",
3096
+ " }\n",
3097
+ "\n",
3098
+ " // register the mime type if in Jupyter Notebook environment and previously unregistered\n",
3099
+ " if (root.Jupyter !== undefined) {\n",
3100
+ " const events = require('base/js/events');\n",
3101
+ " const OutputArea = require('notebook/js/outputarea').OutputArea;\n",
3102
+ "\n",
3103
+ " if (OutputArea.prototype.mime_types().indexOf(EXEC_MIME_TYPE) == -1) {\n",
3104
+ " register_renderer(events, OutputArea);\n",
3105
+ " }\n",
3106
+ " }\n",
3107
+ " if (typeof (root._bokeh_timeout) === \"undefined\" || force === true) {\n",
3108
+ " root._bokeh_timeout = Date.now() + 5000;\n",
3109
+ " root._bokeh_failed_load = false;\n",
3110
+ " }\n",
3111
+ "\n",
3112
+ " const NB_LOAD_WARNING = {'data': {'text/html':\n",
3113
+ " \"<div style='background-color: #fdd'>\\n\"+\n",
3114
+ " \"<p>\\n\"+\n",
3115
+ " \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n",
3116
+ " \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n",
3117
+ " \"</p>\\n\"+\n",
3118
+ " \"<ul>\\n\"+\n",
3119
+ " \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n",
3120
+ " \"<li>use INLINE resources instead, as so:</li>\\n\"+\n",
3121
+ " \"</ul>\\n\"+\n",
3122
+ " \"<code>\\n\"+\n",
3123
+ " \"from bokeh.resources import INLINE\\n\"+\n",
3124
+ " \"output_notebook(resources=INLINE)\\n\"+\n",
3125
+ " \"</code>\\n\"+\n",
3126
+ " \"</div>\"}};\n",
3127
+ "\n",
3128
+ " function display_loaded(error = null) {\n",
3129
+ " const el = document.getElementById(\"ea85ebe3-5cc3-4f74-951f-4a2bdacabf0f\");\n",
3130
+ " if (el != null) {\n",
3131
+ " const html = (() => {\n",
3132
+ " if (typeof root.Bokeh === \"undefined\") {\n",
3133
+ " if (error == null) {\n",
3134
+ " return \"BokehJS is loading ...\";\n",
3135
+ " } else {\n",
3136
+ " return \"BokehJS failed to load.\";\n",
3137
+ " }\n",
3138
+ " } else {\n",
3139
+ " const prefix = `BokehJS ${root.Bokeh.version}`;\n",
3140
+ " if (error == null) {\n",
3141
+ " return `${prefix} successfully loaded.`;\n",
3142
+ " } else {\n",
3143
+ " return `${prefix} <b>encountered errors</b> while loading and may not function as expected.`;\n",
3144
+ " }\n",
3145
+ " }\n",
3146
+ " })();\n",
3147
+ " el.innerHTML = html;\n",
3148
+ "\n",
3149
+ " if (error != null) {\n",
3150
+ " const wrapper = document.createElement(\"div\");\n",
3151
+ " wrapper.style.overflow = \"auto\";\n",
3152
+ " wrapper.style.height = \"5em\";\n",
3153
+ " wrapper.style.resize = \"vertical\";\n",
3154
+ " const content = document.createElement(\"div\");\n",
3155
+ " content.style.fontFamily = \"monospace\";\n",
3156
+ " content.style.whiteSpace = \"pre-wrap\";\n",
3157
+ " content.style.backgroundColor = \"rgb(255, 221, 221)\";\n",
3158
+ " content.textContent = error.stack ?? error.toString();\n",
3159
+ " wrapper.append(content);\n",
3160
+ " el.append(wrapper);\n",
3161
+ " }\n",
3162
+ " } else if (Date.now() < root._bokeh_timeout) {\n",
3163
+ " setTimeout(() => display_loaded(error), 100);\n",
3164
+ " }\n",
3165
+ " }\n",
3166
+ "\n",
3167
+ " function run_callbacks() {\n",
3168
+ " try {\n",
3169
+ " root._bokeh_onload_callbacks.forEach(function(callback) {\n",
3170
+ " if (callback != null)\n",
3171
+ " callback();\n",
3172
+ " });\n",
3173
+ " } finally {\n",
3174
+ " delete root._bokeh_onload_callbacks\n",
3175
+ " }\n",
3176
+ " console.debug(\"Bokeh: all callbacks have finished\");\n",
3177
+ " }\n",
3178
+ "\n",
3179
+ " function load_libs(css_urls, js_urls, callback) {\n",
3180
+ " if (css_urls == null) css_urls = [];\n",
3181
+ " if (js_urls == null) js_urls = [];\n",
3182
+ "\n",
3183
+ " root._bokeh_onload_callbacks.push(callback);\n",
3184
+ " if (root._bokeh_is_loading > 0) {\n",
3185
+ " console.debug(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
3186
+ " return null;\n",
3187
+ " }\n",
3188
+ " if (js_urls == null || js_urls.length === 0) {\n",
3189
+ " run_callbacks();\n",
3190
+ " return null;\n",
3191
+ " }\n",
3192
+ " console.debug(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
3193
+ " root._bokeh_is_loading = css_urls.length + js_urls.length;\n",
3194
+ "\n",
3195
+ " function on_load() {\n",
3196
+ " root._bokeh_is_loading--;\n",
3197
+ " if (root._bokeh_is_loading === 0) {\n",
3198
+ " console.debug(\"Bokeh: all BokehJS libraries/stylesheets loaded\");\n",
3199
+ " run_callbacks()\n",
3200
+ " }\n",
3201
+ " }\n",
3202
+ "\n",
3203
+ " function on_error(url) {\n",
3204
+ " console.error(\"failed to load \" + url);\n",
3205
+ " }\n",
3206
+ "\n",
3207
+ " for (let i = 0; i < css_urls.length; i++) {\n",
3208
+ " const url = css_urls[i];\n",
3209
+ " const element = document.createElement(\"link\");\n",
3210
+ " element.onload = on_load;\n",
3211
+ " element.onerror = on_error.bind(null, url);\n",
3212
+ " element.rel = \"stylesheet\";\n",
3213
+ " element.type = \"text/css\";\n",
3214
+ " element.href = url;\n",
3215
+ " console.debug(\"Bokeh: injecting link tag for BokehJS stylesheet: \", url);\n",
3216
+ " document.body.appendChild(element);\n",
3217
+ " }\n",
3218
+ "\n",
3219
+ " for (let i = 0; i < js_urls.length; i++) {\n",
3220
+ " const url = js_urls[i];\n",
3221
+ " const element = document.createElement('script');\n",
3222
+ " element.onload = on_load;\n",
3223
+ " element.onerror = on_error.bind(null, url);\n",
3224
+ " element.async = false;\n",
3225
+ " element.src = url;\n",
3226
+ " console.debug(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
3227
+ " document.head.appendChild(element);\n",
3228
+ " }\n",
3229
+ " };\n",
3230
+ "\n",
3231
+ " function inject_raw_css(css) {\n",
3232
+ " const element = document.createElement(\"style\");\n",
3233
+ " element.appendChild(document.createTextNode(css));\n",
3234
+ " document.body.appendChild(element);\n",
3235
+ " }\n",
3236
+ "\n",
3237
+ " const js_urls = [\"https://cdn.bokeh.org/bokeh/release/bokeh-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-gl-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-tables-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-mathjax-3.8.2.min.js\"];\n",
3238
+ " const css_urls = [];\n",
3239
+ "\n",
3240
+ " const inline_js = [ function(Bokeh) {\n",
3241
+ " Bokeh.set_log_level(\"info\");\n",
3242
+ " },\n",
3243
+ "function(Bokeh) {\n",
3244
+ " }\n",
3245
+ " ];\n",
3246
+ "\n",
3247
+ " function run_inline_js() {\n",
3248
+ " if (root.Bokeh !== undefined || force === true) {\n",
3249
+ " try {\n",
3250
+ " for (let i = 0; i < inline_js.length; i++) {\n",
3251
+ " inline_js[i].call(root, root.Bokeh);\n",
3252
+ " }\n",
3253
+ "\n",
3254
+ " } catch (error) {display_loaded(error);throw error;\n",
3255
+ " }if (force === true) {\n",
3256
+ " display_loaded();\n",
3257
+ " }} else if (Date.now() < root._bokeh_timeout) {\n",
3258
+ " setTimeout(run_inline_js, 100);\n",
3259
+ " } else if (!root._bokeh_failed_load) {\n",
3260
+ " console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n",
3261
+ " root._bokeh_failed_load = true;\n",
3262
+ " } else if (force !== true) {\n",
3263
+ " const cell = $(document.getElementById(\"ea85ebe3-5cc3-4f74-951f-4a2bdacabf0f\")).parents('.cell').data().cell;\n",
3264
+ " cell.output_area.append_execute_result(NB_LOAD_WARNING)\n",
3265
+ " }\n",
3266
+ " }\n",
3267
+ "\n",
3268
+ " if (root._bokeh_is_loading === 0) {\n",
3269
+ " console.debug(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
3270
+ " run_inline_js();\n",
3271
+ " } else {\n",
3272
+ " load_libs(css_urls, js_urls, function() {\n",
3273
+ " console.debug(\"Bokeh: BokehJS plotting callback run at\", now());\n",
3274
+ " run_inline_js();\n",
3275
+ " });\n",
3276
+ " }\n",
3277
+ "}(window));"
3278
+ ],
3279
+ "application/vnd.bokehjs_load.v0+json": "'use strict';\n(function(root) {\n function now() {\n return new Date();\n }\n\n const force = true;\n\n if (typeof root._bokeh_onload_callbacks === \"undefined\" || force === true) {\n root._bokeh_onload_callbacks = [];\n root._bokeh_is_loading = undefined;\n }\n\n\n if (typeof (root._bokeh_timeout) === \"undefined\" || force === true) {\n root._bokeh_timeout = Date.now() + 5000;\n root._bokeh_failed_load = false;\n }\n\n const NB_LOAD_WARNING = {'data': {'text/html':\n \"<div style='background-color: #fdd'>\\n\"+\n \"<p>\\n\"+\n \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n \"</p>\\n\"+\n \"<ul>\\n\"+\n \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n \"<li>use INLINE resources instead, as so:</li>\\n\"+\n \"</ul>\\n\"+\n \"<code>\\n\"+\n \"from bokeh.resources import INLINE\\n\"+\n \"output_notebook(resources=INLINE)\\n\"+\n \"</code>\\n\"+\n \"</div>\"}};\n\n function display_loaded(error = null) {\n const el = document.getElementById(\"ea85ebe3-5cc3-4f74-951f-4a2bdacabf0f\");\n if (el != null) {\n const html = (() => {\n if (typeof root.Bokeh === \"undefined\") {\n if (error == null) {\n return \"BokehJS is loading ...\";\n } else {\n return \"BokehJS failed to load.\";\n }\n } else {\n const prefix = `BokehJS ${root.Bokeh.version}`;\n if (error == null) {\n return `${prefix} successfully loaded.`;\n } else {\n return `${prefix} <b>encountered errors</b> while loading and may not function as expected.`;\n }\n }\n })();\n el.innerHTML = html;\n\n if (error != null) {\n const wrapper = document.createElement(\"div\");\n wrapper.style.overflow = \"auto\";\n wrapper.style.height = \"5em\";\n wrapper.style.resize = \"vertical\";\n const content = document.createElement(\"div\");\n content.style.fontFamily = \"monospace\";\n content.style.whiteSpace = \"pre-wrap\";\n content.style.backgroundColor = \"rgb(255, 221, 221)\";\n content.textContent = error.stack ?? error.toString();\n wrapper.append(content);\n el.append(wrapper);\n }\n } else if (Date.now() < root._bokeh_timeout) {\n setTimeout(() => display_loaded(error), 100);\n }\n }\n\n function run_callbacks() {\n try {\n root._bokeh_onload_callbacks.forEach(function(callback) {\n if (callback != null)\n callback();\n });\n } finally {\n delete root._bokeh_onload_callbacks\n }\n console.debug(\"Bokeh: all callbacks have finished\");\n }\n\n function load_libs(css_urls, js_urls, callback) {\n if (css_urls == null) css_urls = [];\n if (js_urls == null) js_urls = [];\n\n root._bokeh_onload_callbacks.push(callback);\n if (root._bokeh_is_loading > 0) {\n console.debug(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n return null;\n }\n if (js_urls == null || js_urls.length === 0) {\n run_callbacks();\n return null;\n }\n console.debug(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n root._bokeh_is_loading = css_urls.length + js_urls.length;\n\n function on_load() {\n root._bokeh_is_loading--;\n if (root._bokeh_is_loading === 0) {\n console.debug(\"Bokeh: all BokehJS libraries/stylesheets loaded\");\n run_callbacks()\n }\n }\n\n function on_error(url) {\n console.error(\"failed to load \" + url);\n }\n\n for (let i = 0; i < css_urls.length; i++) {\n const url = css_urls[i];\n const element = document.createElement(\"link\");\n element.onload = on_load;\n element.onerror = on_error.bind(null, url);\n element.rel = \"stylesheet\";\n element.type = \"text/css\";\n element.href = url;\n console.debug(\"Bokeh: injecting link tag for BokehJS stylesheet: \", url);\n document.body.appendChild(element);\n }\n\n for (let i = 0; i < js_urls.length; i++) {\n const url = js_urls[i];\n const element = document.createElement('script');\n element.onload = on_load;\n element.onerror = on_error.bind(null, url);\n element.async = false;\n element.src = url;\n console.debug(\"Bokeh: injecting script tag for BokehJS library: \", url);\n document.head.appendChild(element);\n }\n };\n\n function inject_raw_css(css) {\n const element = document.createElement(\"style\");\n element.appendChild(document.createTextNode(css));\n document.body.appendChild(element);\n }\n\n const js_urls = [\"https://cdn.bokeh.org/bokeh/release/bokeh-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-gl-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-tables-3.8.2.min.js\", \"https://cdn.bokeh.org/bokeh/release/bokeh-mathjax-3.8.2.min.js\"];\n const css_urls = [];\n\n const inline_js = [ function(Bokeh) {\n Bokeh.set_log_level(\"info\");\n },\nfunction(Bokeh) {\n }\n ];\n\n function run_inline_js() {\n if (root.Bokeh !== undefined || force === true) {\n try {\n for (let i = 0; i < inline_js.length; i++) {\n inline_js[i].call(root, root.Bokeh);\n }\n\n } catch (error) {display_loaded(error);throw error;\n }if (force === true) {\n display_loaded();\n }} else if (Date.now() < root._bokeh_timeout) {\n setTimeout(run_inline_js, 100);\n } else if (!root._bokeh_failed_load) {\n console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n root._bokeh_failed_load = true;\n } else if (force !== true) {\n const cell = $(document.getElementById(\"ea85ebe3-5cc3-4f74-951f-4a2bdacabf0f\")).parents('.cell').data().cell;\n cell.output_area.append_execute_result(NB_LOAD_WARNING)\n }\n }\n\n if (root._bokeh_is_loading === 0) {\n console.debug(\"Bokeh: BokehJS loaded, going straight to plotting\");\n run_inline_js();\n } else {\n load_libs(css_urls, js_urls, function() {\n console.debug(\"Bokeh: BokehJS plotting callback run at\", now());\n run_inline_js();\n });\n }\n}(window));"
3280
+ },
3281
+ "metadata": {},
3282
+ "output_type": "display_data"
3283
+ },
3284
+ {
3285
+ "data": {
3286
+ "text/html": [
3287
+ "\n",
3288
+ " <div id=\"cfae3ca1-47d4-46d7-ad35-5076e1713f4a\" data-root-id=\"p1011\" style=\"display: contents;\"></div>\n"
3289
+ ]
3290
+ },
3291
+ "metadata": {},
3292
+ "output_type": "display_data"
3293
+ },
3294
+ {
3295
+ "data": {
3296
+ "application/javascript": [
3297
+ "(function(root) {\n",
3298
+ " function embed_document(root) {\n",
3299
+ " const docs_json = {\"304b7cc2-0707-41c0-ad81-f7400af80f66\":{\"version\":\"3.8.2\",\"title\":\"Bokeh Application\",\"config\":{\"type\":\"object\",\"name\":\"DocumentConfig\",\"id\":\"p1084\",\"attributes\":{\"notifications\":{\"type\":\"object\",\"name\":\"Notifications\",\"id\":\"p1085\"}}},\"roots\":[{\"type\":\"object\",\"name\":\"Figure\",\"id\":\"p1011\",\"attributes\":{\"width\":1200,\"height\":800,\"x_range\":{\"type\":\"object\",\"name\":\"Range1d\",\"id\":\"p1021\",\"attributes\":{\"start\":0.5,\"end\":18.5}},\"y_range\":{\"type\":\"object\",\"name\":\"Range1d\",\"id\":\"p1022\",\"attributes\":{\"start\":10.0,\"end\":0.5}},\"x_scale\":{\"type\":\"object\",\"name\":\"LinearScale\",\"id\":\"p1023\"},\"y_scale\":{\"type\":\"object\",\"name\":\"LinearScale\",\"id\":\"p1024\"},\"title\":{\"type\":\"object\",\"name\":\"Title\",\"id\":\"p1014\",\"attributes\":{\"text\":\"Periodic Table\"}},\"renderers\":[{\"type\":\"object\",\"name\":\"GlyphRenderer\",\"id\":\"p1044\",\"attributes\":{\"data_source\":{\"type\":\"object\",\"name\":\"ColumnDataSource\",\"id\":\"p1008\",\"attributes\":{\"selected\":{\"type\":\"object\",\"name\":\"Selection\",\"id\":\"p1009\",\"attributes\":{\"indices\":[],\"line_indices\":[]}},\"selection_policy\":{\"type\":\"object\",\"name\":\"UnionRenderers\",\"id\":\"p1010\"},\"data\":{\"type\":\"map\",\"entries\":[[\"index\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/w3DA1eDAQAAwK+WuWy3bLuFVcu2bff/u3vvgiAIEkw0ZJLJpphqmulmmGmW2eaYa9g88y2w0CKLLbHUMsutsNIqq62x1jrrbbDRiE0222KrbbbbYadddttjr332O+CgQw474qhjjjvhpFNOG3XGWeecN+aCiy4Zd9kVV11z3Q033XLbHXfdc98DDz3y2BNPPfPcCy+98tobb73z3gcfffLZF199890PP/3y2x9//fMfIHv20dgBAAA=\"},\"shape\":[118],\"dtype\":\"int32\",\"order\":\"little\"}],[\"atomic_number\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/w3DA1eDAQAAwC8u28ay7ZbWsm3b+v3dvXdxQRDEm2CiSSYbMsVU00w3w0yzzDbHXPPMt8BCiyy2xFLLLLfCSqustsZa66w3bIONNtlsi6222W6HnXbZbY+99tnvgIMOOeyIo4457oSTRpxy2hlnnTPqvDEXXHTJZVdcdc11N9x0y2133HXPfQ889MhjTzz1zHMvvPTKa2+89c57H3z0yWdffPXNdz/89Mtvf/z1z3/Ov4EA2AEAAA==\"},\"shape\":[118],\"dtype\":\"int32\",\"order\":\"little\"}],[\"atomic_radius\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAAFLBzDFEAehFZIgtEMUlA6F0A2BUH4AVL0flPaE0ilQdWkQ+gDMnHioeDRUXSR2+gDU/IZsVHPg5iZC6AcJqHx0GiaPi3ZIQHXXgRjsNMOPejCVkAvlZ6K6KyEZNbxgNLo96O6F+QemH5c56P6CucehAGpuFlR/BlRfOmk0zB8PUsmj0d2NK5xxxQMsfRxIxx7fMHGYv9FpdP/D9BPrL1zmDmIaAOfJnIewAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"block\",{\"type\":\"ndarray\",\"array\":[\"s\",\"s\",\"s\",\"s\",\"p\",\"p\",\"p\",\"p\",\"p\",\"p\",\"s\",\"s\",\"p\",\"p\",\"p\",\"p\",\"p\",\"p\",\"s\",\"s\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"p\",\"p\",\"p\",\"p\",\"p\",\"p\",\"s\",\"s\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"p\",\"p\",\"p\",\"p\",\"p\",\"p\",\"s\",\"s\",\"d\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"p\",\"p\",\"p\",\"p\",\"p\",\"p\",\"s\",\"s\",\"d\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"f\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"d\",\"p\",\"p\",\"p\",\"p\",\"p\",\"p\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"density\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/4uVeOn6tk7UPhZMq9p78TBpt4s9tJ81EwT+2u+Qa30duIPJAcJndLifU5xcdSjIviDJw08tL9S+9WU178HCSHs31VKmWRze9lzXFxfYcr23B1PXf0PNYXU4JK4WzLqYySFulyfQhr/2/Ye+asT0Mzik5ms+796bbi+iwJXmczDKvlpknfvDqjf2S0DaF/+wfxMIcgG7wwIp/bsqbEIODGAgAXWPjIMxGMg6QPTJO0Dcq+hw9gwIKDpA9Cs6fFh+zNu8U8YBYq64A6f0vDhNb1GoeeIOyrd/1mXZCDv8tio413GJw+Gp/ZL7+/hyoO75YS8PMlaO1eFhFUhA0AEsLCIFMU9Z0SENDFSg5qlB3aUBdYcGVBxGq0LMSVR0sAUHmKzDzXPfgx+rykLdL+WguKEoY+JbCQeONTJRKbuFHUTCtFas+FVqD4wcoNK/9t+AoXfoKw80HCSg7pF2SLG+798rLu0AiQcZKC0LlZdzgOgTgeqTh/BLFSB8SUWouCLUX0oOhiAHLFGCiks7gI1Zpwzla0H9bQDxp48x1L8mDoJmNnuDppk5rD5/NexNvxnE3w2mcHU9Xq9YTAS1oeaoQ2k1iDunKEPNVYKGl4zDx+bPK5OnNkHTw197iLgIVF4Fql4dar8e1D/G0HgwgdCbjeHxAIlObQdIOtSFqtOD+g8WnzB/qkDNVYaq04f6wxxK20L95wjh9zhB9EW6QO11gprnCOXbQN2hA6UNHJwSnl5Quq0M5WtD7dOE0jLwcAAAQH9A4LADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"description\",{\"type\":\"ndarray\",\"array\":[\"Colourless, odourless gaseous chemical element. Lightest and most abundant element in the universe. Present in water and in all organic compounds. Chemically reacts with most elements. Discovered by Henry Cavendish in 1776.\",\"Colourless, odourless gaseous nonmetallic element. Belongs to group 18 of the periodic table. Lowest boiling point of all elements and can only be solidified under pressure. Chemically inert, no known compounds. Discovered in the solar spectrum in 1868 by Lockyer.\",\"Socket silvery metal. First member of group 1 of the periodic table. Lithium salts are used in psychomedicine.\",\"Grey metallic element of group 2 of the periodic table. Is toxic and can cause severe lung diseases and dermatitis. Shows high covalent character. It was isolated independently by F. Wohler and A.A. Bussy in 1828.\",\"An element of group 13 of the periodic table. There are two allotropes, amorphous boron is a brown power, but metallic boron is black. The metallic form is hard (9.3 on Mohs' scale) and a bad conductor in room temperatures. It is never found free in nature. Boron-10 is used in nuclear reactor control rods and shields. It was discovered in 1808 by Sir Humphry Davy and by J.L. Gay-Lussac and L.J. Thenard.\",\"Carbon is a member of group 14 of the periodic table. It has three allotropic forms of it, diamonds, graphite and fullerite. Carbon-14 is commonly used in radioactive dating. Carbon occurs in all organic life and is the basis of organic chemistry. Carbon has the interesting chemical property of being able to bond with itself, and a wide variety of other elements.\",\"Colourless, gaseous element which belongs to group 15 of the periodic table. Constitutes ~78% of the atmosphere and is an essential part of the ecosystem. Nitrogen for industrial purposes is acquired by the fractional distillation of liquid air. Chemically inactive, reactive generally only at high temperatures or in electrical discharges. It was discovered in 1772 by D. Rutherford.\",\"A colourless, odourless gaseous element belonging to group 16 of the periodic table. It is the most abundant element present in the earth's crust. It also makes up 20.8% of the Earth's atmosphere. For industrial purposes, it is separated from liquid air by fractional distillation. It is used in high temperature welding, and in breathing. It commonly comes in the form of Oxygen, but is found as Ozone in the upper atmosphere. It was discovered by Priestley in 1774.\",\"A poisonous pale yellow gaseous element belonging to group 17 of the periodic table (The halogens). It is the most chemically reactive and electronegative element. It is highly dangerous, causing severe chemical burns on contact with flesh. Fluorine was identified by Scheele in 1771 and first isolated by Moissan in 1886.\",\"Colourless gaseous element of group 18 on the periodic table (noble gases). Neon occurs in the atmosphere, and comprises 0.0018% of the volume of the atmosphere. It has a distinct reddish glow when used in discharge tubes and neon based lamps. It forms almost no chemical compounds. Neon was discovered in 1898 by Sir William Ramsey and M.W. Travers.\",\"Soft silvery reactive element belonging to group 1 of the periodic table (alkali metals). It is highly reactive, oxidizing in air and reacting violently with water, forcing it to be kept under oil. It was first isolated by Humphrey Davy in 1807.\",\"Silvery metallic element belonging to group 2 of the periodic table (alkaline-earth metals). It is essential for living organisms, and is used in a number of light alloys. Chemically very reactive, it forms a protective oxide coating when exposed to air and burns with an intense white flame. It also reacts with sulphur, nitrogen and the halogens. First isolated by Bussy in 1828.\",\"Silvery-white lustrous metallic element of group 3 of the periodic table. Highly reactive but protected by a thin transparent layer of the oxide which quickly forms in air. There are many alloys of aluminum, as well as a good number of industrial uses. Makes up 8.1% of the Earth's crust, by weight. Isolated in 1825 by H.C. Oersted.\",\"Metalloid element belonging to group 14 of the periodic table. It is the second most abundant element in the Earth's crust, making up 25.7% of it by weight. Chemically less reactive than carbon. First identified by Lavoisier in 1787 and first isolated in 1823 by Berzelius.\",\"Non-metallic element belonging to group 15 of the periodic table. Has a multiple allotropic forms. Essential element for living organisms. It was discovered by Brandt in 1669.\",\"Yellow, nonmetallic element belonging to group 16 of the periodic table. It is an essential element in living organisms, needed in the amino acids cysteine and methionine, and hence in many proteins. Absorbed by plants from the soil as sulphate ion.\",\"Halogen element. Poisonous greenish-yellow gas. Occurs widely in nature as sodium chloride in seawater. Reacts directly with many elements and compounds, strong oxidizing agent. Discovered by Karl Scheele in 1774. Humphrey David confirmed it as an element in 1810.\",\"Monatomic noble gas. Makes up 0.93% of the air. Colourless, odorless. Is inert and has no true compounds. Lord Rayleigh and Sir william Ramsey identified argon in 1894.\",\"Soft silvery metallic element belonging to group 1 of the periodic table (alkali metals). Occurs naturally in seawater and a many minerals. Highly reactive, chemically, it resembles sodium in its behavior and compounds. Discovered by Sir Humphry Davy in 1807.\",\"Soft grey metallic element belonging to group 2 of the periodic table. Used a reducing agent in the extraction of thorium, zirconium and uranium. Essential element for living organisms.\",\"Rare soft silvery metallic element belonging to group 3 of the periodic table. There are ten isotopes, nine of which are radioactive and have short half-lives. Predicted in 1869 by Mendeleev, isolated by Nilson in 1879.\",\"White metallic transition element. Occurs in numerous minerals. Used in strong, light corrosion-resistant alloys. Forms a passive oxide coating when exposed to air. First discovered by Gregor in 1789.\",\"Soft and ductile, bright white metal. Good resistance to corrosion by alkalis, sulphuric and hydrochloric acid. It oxidizes readily about 933K. There are two naturally occurring isotopes of vanadium, and 5 radioisotopes, V-49 having the longest half-life at 337 days. Vanadium has nuclear applications, the foil is used in cladding titanium to steel, and vanadium-gallium tape is used to produce a superconductive magnet. Originally discovered by Andres Manuel del Rio of Mexico City in 1801. His discovery went unheeded, however, and in 1820, Nils Gabriel Sefstron of Sweden rediscovered it. Metallic vanadium was isolated by Henry Enfield Roscoe in 1867. The name vanadium comes from Vanadis, a goddess of Scandinavian mythology. Silvery-white metallic transition element. Vanadium is essential to Ascidians. Rats and chickens are also known to require it. Metal powder is a fire hazard, and vanadium compounds should be considered highly toxic. May cause lung cancer if inhaled.\",\"Hard silvery transition element. Used in decorative electroplating. Discovered in 1797 by Vauquelin.\",\"Grey brittle metallic transition element. Rather electropositive, combines with some non-metals when heated. Discovered in 1774 by Scheele.\",\"Silvery malleable and ductile metallic transition element. Has nine isotopes and is the fourth most abundant element in the earth's crust. Required by living organisms as a trace element (used in hemoglobin in humans.) Quite reactive, oxidizes in moist air, displaces hydrogen from dilute acids and combines with nonmetallic elements.\",\"Light grey transition element. Some meteorites contain small amounts of metallic cobalt. Generally alloyed for use. Mammals require small amounts of cobalt salts. Cobalt-60, an artificially produced radioactive isotope of Cobalt is an important radioactive tracer and cancer-treatment agent. Discovered by G. Brandt in 1737.\",\"Malleable ductile silvery metallic transition element. Discovered by A.F. Cronstedt in 1751.\",\"Red-brown transition element. Known by the Romans as 'cuprum.' Extracted and used for thousands of years. Malleable, ductile and an excellent conductor of heat and electricity. When in moist conditions, a greenish layer forms on the outside.\",\"Blue-white metallic element. Occurs in multiple compounds naturally. Five stable isotopes are six radioactive isotopes have been found. Chemically a reactive metal, combines with oxygen and other non-metals, reacts with dilute acids to release hydrogen.\",\"Soft silvery metallic element, belongs to group 13 of the periodic table. The two stable isotopes are Ga-69 and Ga-71. Eight radioactive isotopes are known, all having short half-lives. Gallium Arsenide is used as a semiconductor. Corrodes most other metals by diffusing into their lattice. First identified by Francois Lecoq de Boisbaudran in 1875.\",\"Lustrous hard metalloid element, belongs to group 14 of the periodic table. Forms a large number of organometallic compounds. Predicted by Mendeleev in 1871, it was actually found in 1886 by Winkler.\",\"Metalloid element of group 15. There are three allotropes, yellow, black, and grey. Reacts with halogens, concentrated oxidizing acids and hot alkalis. Albertus Magnus is believed to have been the first to isolate the element in 1250.\",\"Metalloid element, belongs to group 16 of the periodic table. Multiple allotropic forms exist. Chemically resembles sulphur. Discovered in 1817 by Jons J. Berzelius.\",\"Halogen element. Red volatile liquid at room temperature. Its reactivity is somewhere between chlorine and iodine. Harmful to human tissue in a liquid state, the vapour irritates eyes and throat. Discovered in 1826 by Antoine Balard.\",\"Colorless gaseous element, belongs to the noble gases. Occurs in the air, 0.0001% by volume. It can be extracted from liquid air by fractional distillation. Generally not isolated, but used with other inert gases in fluorescent lamps. Five natural isotopes, and five radioactive isotopes. Kr-85, the most stable radioactive isotope, has a half-life of 10.76 years and is produced in fission reactors. Practically inert, though known to form compounds with Fluorine.\",\"Soft silvery metallic element, belongs to group 1 of the periodic table. Rb-97, the naturally occurring isotope, is radioactive. It is highly reactive, with properties similar to other elements in group 1, like igniting spontaneously in air. Discovered spectroscopically in 1861 by W. Bunsen and G.R. Kirchoff.\",\"Soft yellowish metallic element, belongs to group 2 of the periodic table. Highly reactive chemically. Sr-90 is present in radioactive fallout and has a half-life of 28 years. Discovered in 1798 by Klaproth and Hope, isolated in 1808 by Humphry Davy.\",\"Silvery-grey metallic element of group 3 on the periodic table. Found in uranium ores. The only natural isotope is Y-89, there are 14 other artificial isotopes. Chemically resembles the lanthanoids. Stable in the air below 400 degrees, celsius. Discovered in 1828 by Friedrich Wohler.\",\"Grey-white metallic transition element. Five natural isotopes and six radioactive isotopes are known. Used in nuclear reactors for a Neutron absorber. Discovered in 1789 by Martin Klaproth, isolated in 1824 by Berzelius.\",\"Soft, ductile grey-blue metallic transition element. Used in special steels and in welded joints to increase strength. Combines with halogens and oxidizes in air at 200 degrees celsius. Discovered by Charles Hatchett in 1801 and isolated by Blomstrand in 1864. Called Columbium originally.\",\"Silvery-white, hard metallic transition element. It is chemically unreactive and is not affected by most acids. It oxidizes at high temperatures. There are seven natural isotopes, and four radioisotopes, Mo-93 being the most stable with a half-life of 3500 years. Molybdenum is used in almost all high-strength steels, it has nuclear applications, and is a catalyst in petroleum refining. Discovered in 1778 by Carl Welhelm Scheele of Sweden. Impure metal was prepared in 1782 by Peter Jacob Hjelm. The name comes from the Greek word molybdos which means lead. Trace amounts of molybdenum are required for all known forms of life. All molybdenum compounds should be considered highly toxic, and will also cause severe birth defects.\",\"Radioactive metallic transition element. Can be detected in some stars and the fission products of uranium. First made by Perrier and Segre by bombarding molybdenum with deutrons, giving them Tc-97. Tc-99 is the most stable isotope with a half-life of 2.6*10^6 years. Sixteen isotopes are known. Organic technetium compounds are used in bone imaging. Chemical properties are intermediate between rhenium and manganese.\",\"Hard white metallic transition element. Found with platinum, used as a catalyst in some platinum alloys. Dissolves in fused alkalis, and is not attacked by acids. Reacts with halogens and oxygen at high temperatures. Isolated in 1844 by K.K. Klaus.\",\"Silvery white metallic transition element. Found with platinum and used in some platinum alloys. Not attacked by acids, dissolves only in aqua regia. Discovered in 1803 by W.H. Wollaston.\",\"Soft white ductile transition element. Found with some copper and nickel ores. Does not react with oxygen at normal temperatures. Dissolves slowly in hydrochloric acid. Discovered in 1803 by W.H. Wollaston.\",\"White lustrous soft metallic transition element. Found in both its elemental form and in minerals. Used in jewellery, tableware and so on. Less reactive than silver, chemically.\",\"Soft bluish metal belonging to group 12 of the periodic table. Extremely toxic even in low concentrations. Chemically similar to zinc, but lends itself to more complex compounds. Discovered in 1817 by F. Stromeyer.\",\"Soft silvery element belonging to group 13 of the periodic table. The most common natural isotope is In-115, which has a half-life of 6*10^4 years. Five other radioisotopes exist. Discovered in 1863 by Reich and Richter.\",\"Silvery malleable metallic element belonging to group 14 of the periodic table. Twenty-six isotopes are known, five of which are radioactive. Chemically reactive. Combines directly with chlorine and oxygen and displaces hydrogen from dilute acids.\",\"Element of group 15. Multiple allotropic forms. The stable form of antimony is a blue-white metal. Yellow and black antimony are unstable non-metals. Used in flame-proofing, paints, ceramics, enamels, and rubber. Attacked by oxidizing acids and halogens. First reported by Tholden in 1450.\",\"Silvery metalloid element of group 16. Eight natural isotopes, nine radioactive isotopes. Used in semiconductors and to a degree in some steels. Chemistry is similar to Sulphur. Discovered in 1782 by Franz Miller.\",\"Dark violet nonmetallic element, belongs to group 17 of the periodic table. Insoluble in water. Required as a trace element for living organisms. One stable isotope, I-127 exists, in addition to fourteen radioactive isotopes. Chemically the least reactive of the halogens, and the most electropositive metallic halogen. Discovered in 1812 by Courtois.\",\"Colourless, odourless gas belonging to group 18 on the periodic table (the noble gases.) Nine natural isotopes and seven radioactive isotopes are known. Xenon was part of the first noble-gas compound synthesized. Several others involving Xenon have been found since then. Xenon was discovered by Ramsey and Travers in 1898.\",\"Soft silvery-white metallic element belonging to group 1 of the periodic table. One of the three metals which are liquid at room temperature. Cs-133 is the natural, and only stable, isotope. Fifteen other radioisotopes exist. Caesium reacts explosively with cold water, and ice at temperatures above 157K. Caesium hydroxide is the strongest base known. Caesium is the most electropositive, most alkaline and has the least ionization potential of all the elements. Known uses include the basis of atomic clocks, catalyst for the hydrogenation of some organic compounds, and in photoelectric cells. Caesium was discovered by Gustav Kirchoff and Robert Bunsen in Germany in 1860 spectroscopically. Its identification was based upon the bright blue lines in its spectrum. The name comes from the latin word caesius, which means sky blue. Caesium should be considered highly toxic. Some of the radioisotopes are even more toxic.\",\"Silvery-white reactive element, belonging to group 2 of the periodic table. Soluble barium compounds are extremely poisonous. Identified in 1774 by Karl Scheele and extracted in 1808 by Humphry Davy.\",\"(From the Greek word lanthanein, to line hidden) Silvery metallic element belonging to group 3 of the periodic table and oft considered to be one of the lanthanoids. Found in some rare-earth minerals. Twenty-five natural isotopes exist. La-139 which is stable, and La-138 which has a half-life of 10^10 to 10^15 years. The other twenty-three isotopes are radioactive. It resembles the lanthanoids chemically. Lanthanum has a low to moderate level of toxicity, and should be handled with care. Discovered in 1839 by C.G. Mosander.\",\"Silvery metallic element, belongs to the lanthanoids. Four natural isotopes exist, and fifteen radioactive isotopes have been identified. Used in some rare-earth alloys. The oxidized form is used in the glass industry. Discovered by Martin .H. Klaproth in 1803.\",\"Soft silvery metallic element, belongs to the lanthanoids. Only natural isotope is Pr-141 which is not radioactive. Fourteen radioactive isotopes have been artificially produced. Used in rare-earth alloys. Discovered in 1885 by C.A. von Welsbach.\",\"Soft bright silvery metallic element, belongs to the lanthanoids. Seven natural isotopes, Nd-144 being the only radioactive one with a half-life of 10^10 to 10^15 years. Six artificial radioisotopes have been produced. The metal is used in glass works to color class a shade of violet-purple and make it dichroic. One of the more reactive rare-earth metals, quickly reacts with air. Used in some rare-earth alloys. Neodymium is used to color the glass used in welder's glasses. Neodymium is also used in very powerful, permanent magnets (Nd2Fe14B). Discovered by Carl F. Auer von Welsbach in Austria in 1885 by separating didymium into its elemental components Praseodymium and neodymium. The name comes from the Greek words 'neos didymos' which means 'new twin'. Neodymium should be considered highly toxic, however evidence would seem to show that it acts as little more than a skin and eye irritant. The dust however, presents a fire and explosion hazard.\",\"Soft silvery metallic element, belongs to the lanthanoids. Pm-147, the only natural isotope, is radioactive and has a half-life of 252 years. Eighteen radioisotopes have been produced, but all have very short half-lives. Found only in nuclear decay waste. Pm-147 is of interest as a beta-decay source, however Pm-146 and Pm-148 have to be removed from it first, as they generate gamma radiation. Discovered by J.A. Marinsky, L.E. Glendenin and C.D. Coryell in 1947.\",\"Soft silvery metallic element, belongs to the lanthanoids. Seven natural isotopes, Sm-147 is the only radioisotope, and has a half-life of 2.5*10^11 years. Used for making special alloys needed in the production of nuclear reactors. Also used as a neutron absorber. Small quantities of samarium oxide is used in special optical glasses. The largest use of the element is its ferromagnetic alloy which produces permanent magnets that are five times stronger than magnets produced by any other material. Discovered by Francois Lecoq de Boisbaudran in 1879.\",\"Soft silvery metallic element belonging to the lanthanoids. Eu-151 and Eu-153 are the only two stable isotopes, both of which are Neutron absorbers. Discovered in 1889 by Sir William Crookes.\",\"Soft silvery metallic element belonging to the lanthanoids. Seven natural, stable isotopes are known in addition to eleven artificial isotopes. Gd-155 and Gd-157 and the best neutron absorbers of all elements. Gadolinium compounds are used in electronics. Discovered by J.C.G Marignac in 1880.\",\"Silvery metallic element belonging to the lanthanoids. Tb-159 is the only stable isotope, there are seventeen artificial isotopes. Discovered by G.G. Mosander in 1843.\",\"Metallic with a bright silvery-white lustre. Dysprosium belongs to the lanthanoids. It is relatively stable in air at room temperatures, it will however dissolve in mineral acids, evolving hydrogen. It is found in from rare-earth minerals. There are seven natural isotopes of dysprosium, and eight radioisotopes, Dy-154 being the most stable with a half-life of 3*10^6 years. Dysprosium is used as a neutron absorber in nuclear fission reactions, and in compact disks. It was discovered by Paul Emile Lecoq de Boisbaudran in 1886 in France. Its name comes from the Greek word dysprositos, which means hard to obtain.\",\"Relatively soft and malleable silvery-white metallic element, which is stable in dry air at room temperature. It oxidizes in moist air and at high temperatures. It belongs to the lanthanoids. A rare-earth metal, it is found in the minerals monazite and gadolinite. It possesses unusual magnetic properties. One natural isotope, Ho-165 exists, six radioisotopes exist, the most stable being Ho-163 with a half-life of 4570 years. Holmium is used in some metal alloys, it is also said to stimulate the metabolism. Discovered by Per Theodor Cleve and J.L. Soret in Switzerland in 1879. The name homium comes from the Greek word Holmia which means Sweden. While all holmium compounds should be considered highly toxic, initial evidence seems to indicate that they do not pose much danger. The metal's dust however, is a fire hazard.\",\"Soft silvery metallic element which belongs to the lanthanoids. Six natural isotopes that are stable. Twelve artificial isotopes are known. Used in nuclear technology as a neutron absorber. It is being investigated for other possible uses. Discovered by Carl G. Mosander in 1843.\",\"Soft grey metallic element that belongs to the lanthanoids. One natural isotope exists, Tm-169, and seventeen artificial isotopes have been produced. No known uses for the element. Discovered in 1879 by Per Theodor Cleve.\",\"Silvery metallic element of the lanthanoids. Seven natural isotopes and ten artificial isotopes are known. Used in certain steels. Discovered by J.D.G. Marignac in 1878.\",\"Silvery-white rare-earth metal which is relatively stable in air. It happens to be the most expensive rare-earth metal. Its found with almost all rare-earth metals, but is very difficult to separate from other elements. Least abundant of all natural elements. Used in metal alloys, and as a catalyst in various processes. There are two natural, stable isotopes, and seven radioisotopes, the most stable being Lu-174 with a half-life of 3.3 years. The separation of lutetium from Ytterbium was described by Georges Urbain in 1907. It was discovered at approximately the same time by Carl Auer von Welsbach. The name comes from the Greek word lutetia which means Paris.\",\"Silvery lustrous metallic transition element. Used in tungsten alloys in filaments and electrodes, also acts as a neutron absorber. First reported by Urbain in 1911, existence was finally established in 1923 by D. Coster, G.C. de Hevesy in 1923.\",\"Heavy blue-grey metallic transition element. Ta-181 is a stable isotope, and Ta-180 is a radioactive isotope, with a half-life in excess of 10^7 years. Used in surgery as it is unreactive. Forms a passive oxide layer in air. Identified in 1802 by Ekeberg and isolated in 1820 by Jons J. Berzelius.\",\"White or grey metallic transition element,formerly called Wolfram. Forms a protective oxide in air and can be oxidized at high temperature. First isolated by Jose and Fausto de Elhuyer in 1783.\",\"Silvery-white metallic transition element. Obtained as a by-product of molybdenum refinement. Rhenium-molybdenum alloys are superconducting.\",\"Hard blue-white metallic transition element. Found with platinum and used in some alloys with platinum and iridium.\",\"Very hard and brittle, silvery metallic transition element. It has a yellowish cast to it. Salts of iridium are highly colored. It is the most corrosion resistant metal known, not attacked by any acid, but is attacked by molten salts. There are two natural isotopes of iridium, and 4 radioisotopes, the most stable being Ir-192 with a half-life of 73.83 days. Ir-192 decays into Platinum, while the other radioisotopes decay into Osmium. Iridium is used in high temperature apparatus, electrical contacts, and as a hardening agent for platinumpy. Discovered in 1803 by Smithson Tennant in England. The name comes from the Greek word iris, which means rainbow. Iridium metal is generally non-toxic due to its relative unreactivity, but iridium compounds should be considered highly toxic.\",\"Attractive greyish-white metal. When pure, it is malleable and ductile. Does not oxidize in air, insoluble in hydrochloric and nitric acid. Corroded by halogens, cyandies, sulphur and alkalis. Hydrogen and Oxygen react explosively in the presence of platinumpy. There are six stable isotopes and three radioisotopes, the most stable being Pt-193 with a half-life of 60 years. Platinum is used in jewelry, laboratory equipment, electrical contacts, dentistry, and anti-pollution devices in cars. PtCl2(NH3)2 is used to treat some forms of cancer. Platinum-Cobalt alloys have magnetic properties. It is also used in the definition of the Standard Hydrogen Electrode. Discovered by Antonio de Ulloa in South America in 1735. The name comes from the Spanish word platina which means silver. Platinum metal is generally not a health concern due to its unreactivity, however platinum compounds should be considered highly toxic.\",\"Gold is gold colored. It is the most malleable and ductile metal known. There is only one stable isotope of gold, and five radioisotopes of gold, Au-195 being the most stable with a half-life of 186 days. Gold is used as a monetary standard, in jewelry, dentistry, electronics. Au-198 is used in treating cancer and some other medical conditions. Gold has been known to exist as far back as 2600 BC. Gold comes from the Anglo-Saxon word gold. Its symbol, Au, comes from the Latin word aurum, which means gold. Gold is not particularly toxic, however it is known to cause damage to the liver and kidneys in some.\",\"Heavy silvery liquid metallic element, belongs to the zinc group. Used in thermometers, barometers and other scientific apparatus. Less reactive than zinc and cadmium, does not displace hydrogen from acids. Forms a number of complexes and organomercury compounds.\",\"Pure, unreacted thallium appears silvery-white and exhibits a metallic lustre. Upon reacting with air, it begins to turn bluish-grey and looks like lead. It is very malleable, and can be cut with a knife. There are two stable isotopes, and four radioisotopes, Tl-204 being the most stable with a half-life of 3.78 years. Thallium sulphate was used as a rodenticide. Thallium sulphine's conductivity changes with exposure to infrared light, this gives it a use in infrared detectors. Discovered by Sir William Crookes via spectroscopy. Its name comes from the Greek word thallos, which means green twig. Thallium and its compounds are toxic and can cause cancer.\",\"Heavy dull grey ductile metallic element, belongs to group 14. Used in building construction, lead-place accumulators, bullets and shot, and is part of solder, pewter, bearing metals, type metals and fusible alloys.\",\"White crystalline metal with a pink tinge, belongs to group 15. Most diamagnetic of all metals and has the lowest thermal conductivity of all the elements except mercury. Lead-free bismuth compounds are used in cosmetics and medical procedures. Burns in the air and produces a blue flame. In 1753, C.G. Junine first demonstrated that it was different from lead.\",\"Rare radioactive metallic element, belongs to group 16 of the periodic table. Over 30 known isotopes exist, the most of all elements. Po-209 has a half-life of 103 years. Possible uses in heating spacecraft. Discovered by Marie Curie in 1898 in a sample of pitchblende.\",\"Radioactive halogen element. Occurs naturally from uranium and thorium decay. At least 20 known isotopes. At-210, the most stable, has a half-life of 8.3 hours. Synthesized by nuclear bombardment in 1940 by D.R. Corson, K.R. MacKenzie and E. Segre at the University of California.\",\"Colorless radioactive gaseous element, belongs to the noble gases. Of the twenty known isotopes, the most stable is Rn-222 with a half-life of 3.8 days. Formed by the radioactive decay of Radium-226. Radon itself decays into Polonium. Used in radiotherapy. As a noble gas, it is effectively inert, though radon fluoride has been synthesized. First isolated in 1908 by Ramsey and Gray.\",\"Radioactive element, belongs to group 1 of the periodic table. Found in uranium and thorium ores. The 22 known isotopes are all radioactive, with the most stable being Fr-223. Its existence was confirmed in 1939 by Marguerite Perey.\",\"Radioactive metallic transuranic element, belongs to group 2 of the periodic table. Most stable isotope, Ra-226 has a half-life of 1602 years, which decays into radon. Isolated from pitchblende in 1898 Marie and Pierre Curie.\",\"Silvery radioactive metallic element, belongs to group 3 of the periodic table. The most stable isotope, Ac-227, has a half-life of 217 years. Ac-228 (half-life of 6.13 hours) also occurs in nature. There are 22 other artificial isotopes, all radioactive and having very short half-lives. Chemistry similar to lanthanumpy. Used as a source of alpha particles. Discovered by A. Debierne in 1899.\",\"Grey radioactive metallic element. Belongs to actinoids. Found in monazite sand in Brazil, India and the US. Thorium-232 has a half-life of 1.39x10^10 years. Can be used as a nuclear fuel for breeder reactors. Thorium-232 captures slow Neutrons and breeds uranium-233. Discovered by Jons J. Berzelius in 1829.\",\"Radioactive metallic element, belongs to the actinoids. The most stable isotope, Pa-231 has a half-life of 2.43*10^4 years. At least 10 other radioactive isotopes are known. No practical applications are known. Discovered in 1917 by Lise Meitner and Otto Hahn.\",\"White radioactive metallic element belonging to the actinoids. Three natural isotopes, U-238, U-235 and U-234. Uranium-235 is used as the fuel for nuclear reactors and weapons. Discovered by Martin H. Klaproth in 1789.\",\"Radioactive metallic transuranic element, belongs to the actinoids. Np-237, the most stable isotope, has a half-life of 2.2*10^6 years and is a by product of nuclear reactors. The other known isotopes have mass numbers 229 through 236, and 238 through 241. Np-236 has a half-life of 5*10^3 years. First produced by Edwin M. McMillan and P.H. Abelson in 1940.\",\"Dense silvery radioactive metallic transuranic element, belongs to the actinoids. Pu-244 is the most stable isotope with a half-life of 7.6*10^7 years. Thirteen isotopes are known. Pu-239 is the most important, it undergoes nuclear fission with slow neutrons and is hence important to nuclear weapons and reactors. Plutonium production is monitored down to the gram to prevent military misuse. First produced by Gleen T. Seaborg, Edwin M. McMillan, J.W. Kennedy and A.C. Wahl in 1940.\",\"Radioactive metallic transuranic element, belongs to the actinoids. Ten known isotopes. Am-243 is the most stable isotope, with a half-life of 7.95*10^3 years. Discovered by Glenn T. Seaborg and associates in 1945, it was obtained by bombarding Uranium-238 with alpha particles.\",\"Radioactive metallic transuranic element. Belongs to actinoid series. Nine known isotopes, Cm-247 has a half-life of 1.64*10^7 years. First identified by Glenn T. Seaborg and associates in 1944, first produced by L.B. Werner and I. Perlman in 1947 by bombarding americium-241 with Neutrons. Named for Marie Curie.\",\"Radioactive metallic transuranic element. Belongs to actinoid series. Eight known isotopes, the most common Bk-247, has a half-life of 1.4*10^3 years. First produced by Glenn T. Seaborg and associates in 1949 by bombarding americium-241 with alpha particles.\",\"Radioactive metallic transuranic element. Belongs to actinoid series. Cf-251 has a half life of about 700 years. Nine isotopes are known. Cf-252 is an intense Neutron source, which makes it an intense Neutron source and gives it a use in Neutron activation analysis and a possible use as a radiation source in medicine. First produced by Glenn T. Seaborg and associates in 1950.\",\"Appearance is unknown, however it is most probably metallic and silver or gray in color. Radioactive metallic transuranic element belonging to the actinoids. Es-254 has the longest half-life of the eleven known isotopes at 270 days. First identified by Albert Ghiorso and associates in the debris of the 1952 hydrogen bomb explosion. In 1961 the first microgram quantities of Es-232 were separated. While einsteinium never exists naturally, if a sufficient amount was assembled, it would pose a radiation hazard.\",\"Radioactive metallic transuranic element, belongs to the actinoids. Ten known isotopes, most stable is Fm-257 with a half-life of 10 days. First identified by Albert Ghiorso and associates in the debris of the first hydrogen-bomb explosion in 1952.\",\"Radioactive metallic transuranic element. Belongs to the actinoid series. Only known isotope, Md-256 has a half-life of 1.3 hours. First identified by Glenn T. Seaborg, Albert Ghiorso and associates in 1955. Alternative name Unnilunium has been proposed. Named after the 'inventor' of the periodic table, Dmitri Mendeleev.\",\"Radioactive metallic transuranic element, belongs to the actinoids. Seven known isotopes exist, the most stable being No-254 with a half-life of 255 seconds. First identified with certainty by Albert Ghiorso and Glenn T. Seaborg in 1966. Unnilbium has been proposed as an alternative name.\",\"Appearance unknown, however it is most likely silvery-white or grey and metallic. Lawrencium is a synthetic rare-earth metal. There are eight known radioisotopes, the most stable being Lr-262 with a half-life of 3.6 hours. Due to the short half-life of lawrencium, and its radioactivity, there are no known uses for it. Identified by Albert Ghiorso in 1961 at Berkeley. It was produced by bombarding californium with boron ions. The name is temporary IUPAC nomenclature, the origin of the name comes from Ernest O. Lawrence, the inventor of the cyclotron. If sufficient amounts of lawrencium were produced, it would pose a radiation hazard.\",\"Radioactive transactinide element. Expected to have similar chemical properties to those displayed by hafnium. Rf-260 was discovered by the Joint Nuclear Research Institute at Dubna (U.S.S.R.) in 1964. Researchers at Berkeley discovered Unq-257 and Unq-258 in 1964.\",\"Also known as Hahnium, Ha. Radioactive transactinide element. Half-life of 1.6s. Discovered in 1970 by Berkeley researchers. So far, seven isotopes have been discovered.\",\"Half-life of 0.9 +/- 0.2 s. Discovered by the Joint Institute for Nuclear Research at Dubna (U.S.S.R.) in June of 1974. Its existence was confirmed by the Lawrence Berkeley Laboratory and Livermore National Laboratory in September of 1974.\",\"Radioactive transition metal. Half-life of approximately 1/500 s. Discovered by the Joint Institute for Nuclear Research at Dubna (U.S.S.R.) in 1976. Confirmed by West German physicists at the Heavy Ion Research Laboratory at Darmstadt.\",\"Radioactive transition metal first synthesized in 1984 by a German research team led by Peter Armbruster and Gottfried Muenzenberg at the Institute for Heavy Ion Research at Darmstadt.\",\"Half-life of approximately 5 ms. The creation of this element demonstrated that fusion techniques could indeed be used to make new, heavy nuclei. Made and identified by physicists of the Heavy Ion Research Laboratory, Darmstadt, West Germany in 1982. Named in honor of Lise Meitner, the Austrian physicist.\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"dipole_polarizability\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/3WSPUhCURTH7yJBUEPoEFFJgUQQBNbQh3nU6mkZ+SzDyOplZl8QlS051INwbrapIRrdAkdpaaiGpoIicqjFaCmkqKGe5/+EJ3SWH+ece8/9n3Pu+7PpTqqqo5NNR/Vta9F5lP6zgxg1pwpy9tFNQjO1i0rxtA1sJHvJLPQqZ5tShRo6s3xfvvlMFNdsKkbXV5rJ7L/4maeoJ3rYj9tRp4NuWu6/9tpt7Dds8zv1MT5PYdybZuZC4CTiMjgOvaOgF/clKrZFDs9DHpzzgYPgAHT2w+8mbz5pzlx0ch8/CehfQT3oEhG8E67QNYF8EPkA5ttr1Cck1AsgPgIOIe/heSSIgtqY5T7WUbuL/BbzaY15vIr4Ooi40OPQL5ahcxHvLzEV9KUinoviPKgsMK1gDvtQg//swQ9f7xf7EG4yZ6R88oOM+1ClinPDIOahungfDwm8vwFd6M+Kvgn6rQrmA/0qfEUx9kXzyM+Bs4hjvzSDOCh2jPvX9ZX/k6fcJ9MFUgX1/+YAnehLn+PnPlP/T2P0C80Y+WewAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"electron_affinity\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/1t2obI3VumFvTEIbDY+0J7ltYnv+GMI35j5wFYJG5/fzy7au0/w2rjY8It9Ghh823/x+eKeHQnf7Xe9Z/+0yJTbgQEMftTHSoZIz+l4aA/j+09aN7Nm8237SQslq6qsv9nPuPcvxuTJc3u51zu3v5jL4JDWkRx75xkPVL/6gamzbC9w8Tywz55VPmeR8kz7VR8v+SYJnLC/DCQjLLfYnz0DAg/sZaJSrO/7P4Xb0y5289z34MP2GypWlJoYPrV/ekHp9s+6T/aHv2rE9B/6DFfX+jpwh1zrbXtlg2vmBjs/27+rsTeN2/XSnkuwgCNUi8FBZ6PiuwUvuOD+qbWSMw6QvG//qy5rT8nkFfYgWx4vvWx/V4WtcarzbXvm908uJ0e/tQ/j09009/1z+1kzQeAh1J0f7P9dqXipZvjJfppzd87z3w/tF7pu+/z3yhe4eyDhfNl+Yrz9EbbTH+2Vga7O2vPBPrfruOvWjv/2taJani8qOBxApnCsWbP/e1zNRTn9e/ad1Tq1L5oO2Yusc39YJXIPat8T+2RQKJ14Zw92zvJ/cHtg9C2w+1/DxZcU2HJdX/zJfrcnD5N2+zUM9YIg48o+2FeDLZqyHxKeV+0h7umxPw8ybvYVeya+hV5n5V5B081haDh8tN93UFwtmPWn/QIpfWCQMTrwtaQwClcwwcM3BKj7iMIN+9LkQOeHV67ZPz8eH3VF/R00nf2D0mxw9UDH7JsvdR9q/k6oPKa7hxsNjX97AGKqcTmwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"electronic_configuration\",{\"type\":\"ndarray\",\"array\":[\"1s\",\"1s2\",\"[He] 2s\",\"[He] 2s2\",\"[He] 2s2 2p\",\"[He] 2s2 2p2\",\"[He] 2s2 2p3\",\"[He] 2s2 2p4\",\"[He] 2s2 2p5\",\"[He] 2s2 2p6\",\"[Ne] 3s\",\"[Ne] 3s2\",\"[Ne] 3s2 3p\",\"[Ne] 3s2 3p2\",\"[Ne] 3s2 3p3\",\"[Ne] 3s2 3p4\",\"[Ne] 3s2 3p5\",\"[Ne] 3s2 3p6\",\"[Ar] 4s\",\"[Ar] 4s2\",\"[Ar] 3d 4s2\",\"[Ar] 3d2 4s2\",\"[Ar] 3d3 4s2\",\"[Ar] 3d5 4s\",\"[Ar] 3d5 4s2\",\"[Ar] 3d6 4s2\",\"[Ar] 3d7 4s2\",\"[Ar] 3d8 4s2\",\"[Ar] 3d10 4s\",\"[Ar] 3d10 4s2\",\"[Ar] 3d10 4s2 4p\",\"[Ar] 3d10 4s2 4p2\",\"[Ar] 3d10 4s2 4p3\",\"[Ar] 3d10 4s2 4p4\",\"[Ar] 3d10 4s2 4p5\",\"[Ar] 3d10 4s2 4p6\",\"[Kr] 5s\",\"[Kr] 5s2\",\"[Kr] 4d 5s2\",\"[Kr] 4d2 5s2\",\"[Kr] 4d4 5s\",\"[Kr] 4d5 5s\",\"[Kr] 4d5 5s2\",\"[Kr] 4d7 5s\",\"[Kr] 4d8 5s\",\"[Kr] 4d10\",\"[Kr] 4d10 5s\",\"[Kr] 4d10 5s2\",\"[Kr] 4d10 5s2 5p\",\"[Kr] 4d10 5s2 5p2\",\"[Kr] 4d10 5s2 5p3\",\"[Kr] 4d10 5s2 5p4\",\"[Kr] 4d10 5s2 5p5\",\"[Kr] 4d10 5s2 5p6\",\"[Xe] 6s\",\"[Xe] 6s2\",\"[Xe] 5d 6s2\",\"[Xe] 4f 5d 6s2\",\"[Xe] 4f3 6s2\",\"[Xe] 4f4 6s2\",\"[Xe] 4f5 6s2\",\"[Xe] 4f6 6s2\",\"[Xe] 4f7 6s2\",\"[Xe] 4f7 5d 6s2\",\"[Xe] 4f9 6s2\",\"[Xe] 4f10 6s2\",\"[Xe] 4f11 6s2\",\"[Xe] 4f12 6s2\",\"[Xe] 4f13 6s2\",\"[Xe] 4f14 6s2\",\"[Xe] 4f14 5d 6s2\",\"[Xe] 4f14 5d2 6s2\",\"[Xe] 4f14 5d3 6s2\",\"[Xe] 4f14 5d4 6s2\",\"[Xe] 4f14 5d5 6s2\",\"[Xe] 4f14 5d6 6s2\",\"[Xe] 4f14 5d7 6s2\",\"[Xe] 4f14 5d9 6s\",\"[Xe] 4f14 5d10 6s\",\"[Xe] 4f14 5d10 6s2\",\"[Xe] 4f14 5d10 6s2 6p\",\"[Xe] 4f14 5d10 6s2 6p2\",\"[Xe] 4f14 5d10 6s2 6p3\",\"[Xe] 4f14 5d10 6s2 6p4\",\"[Xe] 4f14 5d10 6s2 6p5\",\"[Xe] 4f14 5d10 6s2 6p6\",\"[Rn] 7s\",\"[Rn] 7s2\",\"[Rn] 6d 7s2\",\"[Rn] 6d2 7s2\",\"[Rn] 5f2 6d 7s2\",\"[Rn] 5f3 6d 7s2\",\"[Rn] 5f4 6d 7s2\",\"[Rn] 5f6 7s2\",\"[Rn] 5f7 7s2\",\"[Rn] 5f7 6d 7s2\",\"[Rn] 5f9 7s2\",\"[Rn] 5f10 7s2\",\"[Rn] 5f11 7s2\",\"[Rn] 5f12 7s2\",\"[Rn] 5f13 7s2\",\"[Rn] 5f14 7s2\",\"[Rn] 5f14 7s2 7p1\",\"[Rn] 5f14 6d2 7s2\",\"[Rn] 5f14 6d3 7s2\",\"[Rn] 5f14 6d4 7s2\",\"[Rn] 5f14 6d5 7s2\",\"[Rn] 5f14 6d6 7s2\",\"[Rn] 5f14 6d7 7s2\",\"[Rn] 5f14 6d9 7s1\",\"[Rn] 5f14 6d10 7s1\",\"[Rn] 5f14 6d10 7s2\",\"[Rn] 5f14 6d10 7s2 7p1\",\"[Rn] 5f14 6d10 7s2 7p2\",\"[Rn] 5f14 6d10 7s2 7p3\",\"[Rn] 5f14 6d10 7s2 7p4\",\"[Rn] 5f14 6d10 7s2 7p5\",\"[Rn] 5f14 6d10 7s2 7p6\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"evaporation_heat\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/1PcUJQx8e0b+2qRde4Pq7bYM4BAQ5IDmA4ohtAd9RCa4Uc9Oq0Z03/oq4aUw/XFBbZc13/bz5oJBJURDhA6AUIfLITo/1DukAYCzzyg5qk6gPVnmDiArReRclgCMmYxk4MxGCRD6NMlEHMyqyD6DtRA6IRSCL0gG0I7lELUBVZA6JXlEJqzGGLO5hiHs2eA4EkBRH1DCdQeB4i6m74OIN/E9NtC+JJKEPnPQVD3QsPlQxmE3tEItbcVQhc0QWiPJtTwelAH8bdbOcS8w/kQd/T4QvjKOVD3FEHUpWXAwwnsjp8uEPU+mhD1woHQcEiE0AqVEPpBBYTeUAKhBYpQ3bEgBcpPQ1UfAKUNoOovwGho/DPkQtUnQ2mofT+g/t/QDnVPJ1R9G9R+qPgDaHgk1MLjCUL7Qv2VAvGnJdRdDakQ/s5IuPsh8WGE6h+HGEg4+RVB1PM2QMOnDmo/NL0wQO2rgNIXcnGm58FOAwCKXduNsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"fusion_heat\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/zt4aqHrts977RnA4Ee9fOvrwB1y7A5vgGRrtobDrJkgYO4Ak0eng4DKXgc+QNPP6pAGBkoQfQ2qDmfPAIGPp4PIOveHVSIsDmBq3Wf7JQW2XNcXS6KavyASrh9ivz5E/xkjqHmGUPWmUHEtqDpth28aMf2Hvuo5gEiNOYYOEOdoOUDcJQsRjxGDmu8Etxfs39ciDmD3KKvCxSHmMqL6h0HdwRgCoPZbQcVtoHxoeDVYQvmmDiBfFtgaQsx5pu5QCBaQgITza04HD1BwuMtAw8fEQRPk0BeGDmBtXPpw94CDewcDxJ2L5aDiilB7RKDhoAZ1rwxcH0ReEWc8EqIh+rlQw0XSEhIOmy2g/nWEyjtCxe2h8WDtcPgrKGJMoeGvCaWZoOEiCPW3MFS/GpRWweFePWj4K0PlVSHmyRhA7YXSxppwdZDwYCNg7uCnAZhKpmywAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"group_id\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEP9mCKwciBAYXPAOVrQWkdKK0HpQ2gtKEDbfVzQGkBKC0CpSWgtAyUVoDSSlBaBUqrQWmNYe6eH/X0pUf9T2//AwD/i6HcsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"lattice_constant\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9WRIUwDQRBFG0J73HXver3uHQ2QkhISikChm4w7bNHV6CIwIFDV1ZCgQFegqmswVFdXQwKmBEl393ECBJoxk9mZ/+f/2VLJRCSj6bLTHyl57U1aw5eqnJrUW5OP1ev0ol30o6PHu7eDmP62WHjp89qWkzr4WMb54lKPfTm2EYvrp7zvyHk3mN+/7zv+ZVNW1aAbpOA1/JlcaYMI5PbGhCeHZryzwbwnJ4buqQ1PRey4XmdOiWnnC+Xm8jK4RB4GRkAmRlVrGDs9gzr6tsBlYmn6GXqa+AnF0sx9ObMR8O6jv4zeMv1Idu2iGnwxeI86Qd9moW/2bKKOjhb19/4mPjX3j/Cj4QvhC4v/cXkPnwl6QngV/6PgUdxd4Vtx35S9Cn9+8T9un0+/UtzB8UboqsEX0/e4dxUdDfQ2qIMf+n9na6ebwquLPQ5f4X7Jnzz/JX8BIh09T7ADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"lattice_structure\",{\"type\":\"ndarray\",\"array\":[\"HEX\",\"HEX\",\"BCC\",\"HEX\",\"TET\",\"DIA\",\"HEX\",\"CUB\",\"MCL\",\"FCC\",\"BCC\",\"HEX\",\"FCC\",\"DIA\",\"CUB\",\"ORC\",\"ORC\",\"FCC\",\"BCC\",\"FCC\",\"HEX\",\"HEX\",\"BCC\",\"BCC\",\"CUB\",\"BCC\",\"HEX\",\"FCC\",\"FCC\",\"HEX\",\"ORC\",\"DIA\",\"RHL\",\"HEX\",\"ORC\",\"FCC\",\"BCC\",\"FCC\",\"HEX\",\"HEX\",\"BCC\",\"BCC\",\"HEX\",\"HEX\",\"FCC\",\"FCC\",\"FCC\",\"HEX\",\"TET\",\"TET\",\"RHL\",\"HEX\",\"ORC\",\"FCC\",\"BCC\",\"BCC\",\"HEX\",\"FCC\",\"HEX\",\"HEX\",{\"type\":\"number\",\"value\":\"nan\"},\"RHL\",\"BCC\",\"HEX\",\"HEX\",\"HEX\",\"HEX\",\"HEX\",\"HEX\",\"FCC\",\"HEX\",\"HEX\",\"BCC\",\"BCC\",\"HEX\",\"HEX\",\"FCC\",\"FCC\",\"FCC\",\"RHL\",\"HEX\",\"FCC\",\"RHL\",\"SC\",{\"type\":\"number\",\"value\":\"nan\"},\"FCC\",\"BCC\",{\"type\":\"number\",\"value\":\"nan\"},\"FCC\",\"FCC\",\"TET\",\"ORC\",\"ORC\",\"MCL\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"name\",{\"type\":\"ndarray\",\"array\":[\"Hydrogen\",\"Helium\",\"Lithium\",\"Beryllium\",\"Boron\",\"Carbon\",\"Nitrogen\",\"Oxygen\",\"Fluorine\",\"Neon\",\"Sodium\",\"Magnesium\",\"Aluminum\",\"Silicon\",\"Phosphorus\",\"Sulfur\",\"Chlorine\",\"Argon\",\"Potassium\",\"Calcium\",\"Scandium\",\"Titanium\",\"Vanadium\",\"Chromium\",\"Manganese\",\"Iron\",\"Cobalt\",\"Nickel\",\"Copper\",\"Zinc\",\"Gallium\",\"Germanium\",\"Arsenic\",\"Selenium\",\"Bromine\",\"Krypton\",\"Rubidium\",\"Strontium\",\"Yttrium\",\"Zirconium\",\"Niobium\",\"Molybdenum\",\"Technetium\",\"Ruthenium\",\"Rhodium\",\"Palladium\",\"Silver\",\"Cadmium\",\"Indium\",\"Tin\",\"Antimony\",\"Tellurium\",\"Iodine\",\"Xenon\",\"Cesium\",\"Barium\",\"Lanthanum\",\"Cerium\",\"Praseodymium\",\"Neodymium\",\"Promethium\",\"Samarium\",\"Europium\",\"Gadolinium\",\"Terbium\",\"Dysprosium\",\"Holmium\",\"Erbium\",\"Thulium\",\"Ytterbium\",\"Lutetium\",\"Hafnium\",\"Tantalum\",\"Tungsten\",\"Rhenium\",\"Osmium\",\"Iridium\",\"Platinum\",\"Gold\",\"Mercury\",\"Thallium\",\"Lead\",\"Bismuth\",\"Polonium\",\"Astatine\",\"Radon\",\"Francium\",\"Radium\",\"Actinium\",\"Thorium\",\"Protactinium\",\"Uranium\",\"Neptunium\",\"Plutonium\",\"Americium\",\"Curium\",\"Berkelium\",\"Californium\",\"Einsteinium\",\"Fermium\",\"Mendelevium\",\"Nobelium\",\"Lawrencium\",\"Rutherfordium\",\"Dubnium\",\"Seaborgium\",\"Bohrium\",\"Hassium\",\"Meitnerium\",\"Darmstadtium\",\"Roentgenium\",\"Copernicium\",\"Nihonium\",\"Flerovium\",\"Moscovium\",\"Livermorium\",\"Tennessine\",\"Oganesson\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"period\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NkYGBgBGImApiZAGahEmalEmYbYMw+wBgA/fPp6dgBAAA=\"},\"shape\":[118],\"dtype\":\"int32\",\"order\":\"little\"}],[\"series_id\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NkYGBgAmJmIGYBYlYgZkTCbGjy7Ghq0OU5iMDcSOawUsEcZLPQzeEkE5NqPzsO+7nIxOTYz45kPwCHq7ri2AEAAA==\"},\"shape\":[118],\"dtype\":\"int32\",\"order\":\"little\"}],[\"specific_heat_capacity\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/zv/Pfjx0tk6DkLNB04tPCriwKe7ae775TwOxmDw1/6i0u2fdVkf7IGKjihseGa/pMCW6/riD/bHvc07HRPe2k98W2NvGvfKvlpknfvDqg/2N8+BDPwMFf9g75ckEGG55Y09mDrxzP482L4X9hB7nkHpe1BzH9hf9gWpfAHV98R+sgRLGJ/uI3tlkDP2PLAHqT7mfR/KvwPXD+N35zz/vfLjLai770DNvWG/yHXb579XbtivkYlKsb5/HereK/alYAuu2quyNU517r5iv6cEJHDPHuTasn3n7TnAGq7b699VAaq4bH/fv3d6ntBl+xl5oBC7aP9NI6b/0NcL9qs+XgK6/II9Axj8qAd7t+ycPciU+VLn7TcUZQCD5Lw92FqRc/aSIG9tOmufC3LupbNQd5y1f3oB5PBT9k4JINZJe0OwA05Dw+WIPVj45zn7l2ogmVNQ+0/Y/wL6vmTyCWi4nbAP2iHX+jrwBNw980DBZn4SGn7H7TPAEXQOzgc6EujFY/byQF075I7aS4M9fBQaTkfsry8GBeRhe1Aycd122N4aHBCH7N8Egiw6aO8DSg5PD9h/AFnTeRAa7gfsf4Ci+8gB+wUg49kO2geAgq/5AFwfjA9TDwnv/XB3w2hI+O7AEAd7c8c+qH/2weUh4bsXQ/1QpwFkZkcDsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"symbol\",{\"type\":\"ndarray\",\"array\":[\"H\",\"He\",\"Li\",\"Be\",\"B\",\"C\",\"N\",\"O\",\"F\",\"Ne\",\"Na\",\"Mg\",\"Al\",\"Si\",\"P\",\"S\",\"Cl\",\"Ar\",\"K\",\"Ca\",\"Sc\",\"Ti\",\"V\",\"Cr\",\"Mn\",\"Fe\",\"Co\",\"Ni\",\"Cu\",\"Zn\",\"Ga\",\"Ge\",\"As\",\"Se\",\"Br\",\"Kr\",\"Rb\",\"Sr\",\"Y\",\"Zr\",\"Nb\",\"Mo\",\"Tc\",\"Ru\",\"Rh\",\"Pd\",\"Ag\",\"Cd\",\"In\",\"Sn\",\"Sb\",\"Te\",\"I\",\"Xe\",\"Cs\",\"Ba\",\"La\",\"Ce\",\"Pr\",\"Nd\",\"Pm\",\"Sm\",\"Eu\",\"Gd\",\"Tb\",\"Dy\",\"Ho\",\"Er\",\"Tm\",\"Yb\",\"Lu\",\"Hf\",\"Ta\",\"W\",\"Re\",\"Os\",\"Ir\",\"Pt\",\"Au\",\"Hg\",\"Tl\",\"Pb\",\"Bi\",\"Po\",\"At\",\"Rn\",\"Fr\",\"Ra\",\"Ac\",\"Th\",\"Pa\",\"U\",\"Np\",\"Pu\",\"Am\",\"Cm\",\"Bk\",\"Cf\",\"Es\",\"Fm\",\"Md\",\"No\",\"Lr\",\"Rf\",\"Db\",\"Sg\",\"Bh\",\"Hs\",\"Mt\",\"Ds\",\"Rg\",\"Cn\",\"Nh\",\"Fl\",\"Mc\",\"Lv\",\"Ts\",\"Og\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"thermal_conductivity\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/+NYIxOVYn3c/vbPuqw9JYftjcEg1IEBBBQyHdLAwNqh0Jbr+uKCn/aWW06U7Zs/y/7mue/Bj5fOtq98qWbIsWaOPVg9w496MHUgEaK/IRlCL8iF0kkOMHUeD6tE1rlftLe+7987Pa/Jvqir78kn+UkQcw4Ew9XNmgkC+hB3PDN1ADtvs50DWLwyHFWdZAiUHwmR3xkG4QtUQsVjIeKSNlDaD65/SQHIgw/sq4GuelhVAg2PZnuIOl8HFP8BaYg7zCDm3PSCy589AwQ+nhC+QyyEPpAEcffnQAj/QhVEn2UERLw4BOqvAAeQ7SJ5FhD5mTpwc69op0o+iiiHxM9nR1T7zmhB1atBxTXh8pBwM0RTr+2A4g9jNWg8q2L4Ez9tDvWfDzR+U6H6PVDNSUiCxh/U/w+Koe5VcAC7h8cdIr/MESouj+GOSafrPfbX5tqT5L4GaxL9M/hpAAauy2OwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/72RzQ3CMAyFzSR0BDYge3AJIGj6Q2mROJNNyAhsQDahI3DkViB+aeVIXMnlk1/sl9ie0efYlaLANdPvmdmWSYapdkwddVBvcB/jmumQTznuS7yzl+yRZ5G36KDDp0edLtXwPY8C/yw4viK2IIEO/7aG8+bQdT76cZ+IfS5jhfznSc2CfmSfIf6rYl1VqAMJdKXsW019yDoj632R0Ejf9gy9ZR/dwB8ksD8gD7SgBhWYHcZ5h/bucX/1uM+gL2t+j5L+fTIH+jGHSF+O9XE/cd5iv27Sg7+N80H/t471vmG6Rs4jm+YgdDvlp3FKfu8H6XX5N990ssNksAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"covalent_radius_cordero\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9WSzQ3CMAyFwyRkECQyQA+AhAQF2lB+SqmE2KAepaN0EzoGt0Lr50qxxADk8ilxYr/n2Jh+zd1k4MwNMB7cgGumWzGbJZMWrutXFTG7CPEzsz7iXcL5mx3iMc5B2oIx50kL1L3i3gV75LUnpkf+JgOlHmhS5IUfSkIasDmE+y/Zz551U4l6N9zPmS10EXQ50QU9TukSvRbn5kfcKx+yJ+ED9e+s84V+UTH2b+AU563oViTQgUaxzkO/XlH8y/849KFV/mQOjKL8i1X9oiz0O/6v3Hsibzn2geMyN0XoT+snzJWVuXpX/8IPV9t81bADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"covalent_radius_pyykko\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2WS2W0EIRBE25F4Quk/f/qQLNnyLsOO7yOHJZQJhVDIxLuGVyOB5+cJaJqq6jH7+9wr7KpxjY3psdHvG/MdvOX8mns37MP4DA/Uzf5bv51f1Lon6umfH+gD0wf3X1kvnNMvS19gvf/XvzJB21G/p8+Mr7BR9yuO1Dv1/tU4vaPrhX35RJ+jz9Dnc08L/fnmRzkN1LnmESM6f/qc0luvy1hn8luVIzQ4DevC/QxXmOSXOtc7+Hf8T4dNZ1uPcwp9/vJlS8+ifkufr3Iq3y2Hy0/eZy5l8CW9cfCfB5825CDfykP5KddJ+/hfpVvzGv5T5bD9F6HPRXPWfeVbBj3n9062uCXEsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"en_pauling\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9VRr1PDUAxuYRwwBAY9LB69y3NgQU+jhwUxNV1N7dDT1cOCnp7hDjZ+bF25tusKffny0rtx/AHE5H1JvuRLXnhnzTceW9rrBKPkpPNBx/3pRdTK6DJqVS/PXLE1DPCe4XT/wIwH3XZzfKj8h4odjN7oy7pkScAZgV8SeL65t7RBw5xPbo6GZ/vKt9Fu+5WAP4WfEOpTqoorRk4sM8jp6dFaSuizlnwp+VLnwueiq5A6z1zzQF/34/Bw95ce5N9FfyzzEgr5fplg30CPZ0K5K/hbirlsUhKHmyu6ZSEF4e7fMsfTPui7I9jd60V4M5k/p5mVNZ3LXgvC3AW5PfjbohqfssWK3V7YPyb8q8svtc79C/RonNBvpfd2+2561G0bV4c+hXoXR9/6jm4+8s9SX+//lx4X38j3/qv/AQiUhYiwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"en_allen\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9sh1/o60ELb4friAluu6RYORxU2FGVMFHXwMe90TFiq5HD4q0ZMv5OGw6yZQCCp5/CwSmSdu6KRQ0z/IaCMqcPZMyBg4QDm+ttA6H4RB/27KmyNU+Uc2sVunvsurOygCdKwQg1KaznIA63dMU/PYQfI/h8GDm8CgSxtY6i5gg4HTi103VYs4RC/y5OHSVsG4r5wBYdj3kCHKSg5cIEEupQd1rmDXKTi4AF2mCrEvB2qUHerQcx9rQpRf0oJou64CsQ/M9Uh7tHQgpqjA9F3SB9qvqFDxsS3NfZbBaD6xBwWSAF91iblwLFGJirFWh6qTwFiT7YiJHweKjoYg4GSw4/gx0tntyg5vPi98uOls0rQcFRzsAVZ8FfRYU/JZAmWacoOIF1VU1QdqsEMdQeQL+RaNR3SQOCZNtQ9eg4ny/bNl9Lnd/h0yTdJ4IaIAwMY/KinFx0ECs6Lkg5gOlAaGt7y0PhRhIa3EjQdKEP5ylD1KvB0AAknFbj7C0EB8kEVmp7UoeJa0HDUgYrr0d2/g40GAGxNd2GwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"jmol_color\",{\"type\":\"ndarray\",\"array\":[\"#ffffff\",\"#d9ffff\",\"#cc80ff\",\"#c2ff00\",\"#ffb5b5\",\"#909090\",\"#3050f8\",\"#ff0d0d\",\"#90e050\",\"#b3e3f5\",\"#ab5cf2\",\"#8aff00\",\"#bfa6a6\",\"#f0c8a0\",\"#ff8000\",\"#ffff30\",\"#1ff01f\",\"#80d1e3\",\"#8f40d4\",\"#3dff00\",\"#e6e6e6\",\"#bfc2c7\",\"#a6a6ab\",\"#8a99c7\",\"#9c7ac7\",\"#e06633\",\"#f090a0\",\"#50d050\",\"#c88033\",\"#7d80b0\",\"#c28f8f\",\"#668f8f\",\"#bd80e3\",\"#ffa100\",\"#a62929\",\"#5cb8d1\",\"#702eb0\",\"#00ff00\",\"#94ffff\",\"#94e0e0\",\"#73c2c9\",\"#54b5b5\",\"#3b9e9e\",\"#248f8f\",\"#0a7d8c\",\"#006985\",\"#c0c0c0\",\"#ffd98f\",\"#a67573\",\"#668080\",\"#9e63b5\",\"#d47a00\",\"#940094\",\"#429eb0\",\"#57178f\",\"#00c900\",\"#70d4ff\",\"#ffffc7\",\"#d9ffc7\",\"#c7ffc7\",\"#a3ffc7\",\"#8fffc7\",\"#61ffc7\",\"#45ffc7\",\"#30ffc7\",\"#1fffc7\",\"#00ff9c\",\"#00e675\",\"#00d452\",\"#00bf38\",\"#00ab24\",\"#4dc2ff\",\"#4da6ff\",\"#2194d6\",\"#267dab\",\"#266696\",\"#175487\",\"#d0d0e0\",\"#ffd123\",\"#b8b8d0\",\"#a6544d\",\"#575961\",\"#9e4fb5\",\"#ab5c00\",\"#754f45\",\"#428296\",\"#420066\",\"#007d00\",\"#70abfa\",\"#00baff\",\"#00a1ff\",\"#008fff\",\"#0080ff\",\"#006bff\",\"#545cf2\",\"#785ce3\",\"#8a4fe3\",\"#a136d4\",\"#b31fd4\",\"#b31fba\",\"#b30da6\",\"#bd0d87\",\"#c70066\",\"#cc0059\",\"#d1004f\",\"#d90045\",\"#e00038\",\"#e6002e\",\"#eb0026\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"cpk_color\",{\"type\":\"ndarray\",\"array\":[\"#ffffff\",\"#ffc0cb\",\"#b22222\",\"#ff1493\",\"#00ff00\",\"#c8c8c8\",\"#8f8fff\",\"#f00000\",\"#daa520\",\"#ff1493\",\"#0000ff\",\"#228b22\",\"#808090\",\"#daa520\",\"#ffa500\",\"#ffc832\",\"#00ff00\",\"#ff1493\",\"#ff1493\",\"#808090\",\"#ff1493\",\"#808090\",\"#ff1493\",\"#808090\",\"#808090\",\"#ffa500\",\"#ff1493\",\"#a52a2a\",\"#a52a2a\",\"#a52a2a\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#a52a2a\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#808090\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#a020f0\",\"#ff1493\",\"#ff1493\",\"#ffa500\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#daa520\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ff1493\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ff1493\",\"#ffffff\",\"#ff1493\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"proton_affinity\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9bNmAoFlmgMDlI+LNgaB5FIHMB1c5wDW51gKoW9mwPWfPQMEczpRzdPockgDgWnNEPpQiwNYHU8DxDzhcuz2T+iBiCd0Q9TdhpqzqwNCv+qAyE9oh7jDtB3C52iHyFdB7WFpJs5/wY0QczqrsKu36CNoDpgygLqLAUofaCVOHxINdgdjM8Q9lvXY9a/oJ9lcymh620c6DQ4vycHvTlJpAIZvB8OwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"gas_basicity\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9WBqQpIDAzIfC20MAq+LHWbNBIKdNRB6Y7HD2TMgkArXnwYCrzrgfLB8QacDWPxZE0QfYwuEXlgH0b+kFLv9D7oh6tZ2QfSrdTmA3cHcAaGNOyD6b7RB5OvaIPyANoj84WaIuQFNBP0HtmdmA9SeSges/u/vJS6cqtsh9ntDae5Wgvqw0jbQ8HpYi909//vIM5cMGhyuIfSzj1waHF6Zg9+dpNIAYdQHa7ADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"heat_of_formation\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/+PT3TT3vX22AwMY/KifNRMIXiZD+A4lEHpFo4NmTP+hr2ltDtcXF9hytdc6iN889z1YPd/BlgsocjUYrh9MPYhyMAaB5CSHNBBYBzVHoQZCnyh2kG99HbgjqBBiTnAcqn6HMAewOyzTHM6eAYI55RD5CbUQWqbBweNhlci66xUQ+S2FEPEflRB7V1dB9D+sgtgvVgpR55PgAPSFRsz/Aqj/oOa+KIKoS8uB0N+iUcPDMgTCb0iBmN9dBeELNEP1tzksAQbL9ektEL5BK8S+ECg/oRHins5yiPnnCiHmfIbak5AH4V+GuqOtAMKfnOEw54jChqINUajhoxAMDd80iPgHqH8dof71K4PQeSVwfWD+tUyIu3Sg+m5UQMzxroCoVyuCmHMS6o5jxRCaLReirjgZIr+zCsIPhvq/oANCz+iC+h/Gh9IvWiD61jZC9DGXOxSCEs4GP6g9adDwz4DIG2eh+hcX/QCaThMqIfSFJqi9jdB02wDxLw803UwohdAHoOlFoQKqvxgavxkQekECcfYPAA0APNedMrADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"c6\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC//tl4X6b4b+kww651teBO77ZM4DAgakOYDohB0I/iHA4ewYIfNwdjMHAAkrrO3BdX1xgy6UMkT8jAVG/YzqEntAMoRsaILRAMYRWSIfQBxIc0kBgWThEP08ARHzZOgj9bAGEngN1T8AECM3QBaEvNEFoh0aouXVQ+yqh6ssh9IJ8qH2FUHX1ULoMKp4HNScLSqdA6QQIvXAThD63Amr/j3qq0hEdEHNntEDdA/XHhWpouFXQxt5ResjRADDFfFWwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"covalent_radius_bragg\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9QzI9IEkh/8gsD/GAUXcIRjCdwhApQ8EoKpTSIOKJ0LoBwlQ9bGo6hoioeJRcHGwvfczoeKpaOoTsfMTkhxQ+Apo9sL4DQmo+uHmxKO67wCaOxVyoPZkYNdPKg0LH4YU7P6B0QsSHLD6e0Eu1L1Z1HHPQNMH0tHCIWl4+IsGNADMIc6msAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_bondi\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIE4BzDVkAihF6RBaIYf9Si0QypEPCEZKg+lE5IgtAOMnwM1JxXVHIcsqD1pqPQDqLqGdAhtUIjdfmrRCemo5itA+Qeg9AOouxwyaesOuP0ZEHsUslHtOwC1/wBUniGbPu6hN92QQd/wHsI0AN6zNzmwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_truhlar\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9QzYaIVkBwg/w4EBnzqCdDp5+h/kUGgvATohizjzPxQ5MILDI5+27oHRBzLx21NQCpE/UEAf99CR/g8C96H+XwBNdw6ZkPBvyIb6G+r/DYXDzv+EaAD8Bj8msAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_rt\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NkAIKGaAcGMPhRj5dWSIOoa0iB0AeSIbRDEnH60ekFUPMY0sjTTys6IX2QuSdzcLlnlB4wGgANsr5msAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_batsanov\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9QxQmhFENWQ7gLkH0iF0QxqEdkiF0AwpEDohGaouyYEBxZw8BxRzHLJQ6YQMVHNhNEx/Q6EDzJz/ILA/B8J/kAXhz8/ESUP04aDR3eGQhaoP5l8YDXOPQhFE3f18nO5CNw/dPSh8oDpY+KCEk0IO/nCDuedAEdTeAqh8Plr404nG4l5c8YDufxgfph8WnijhSrK78uD6KDNn8NIAce1W/rADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_dreiding\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIIfxQ4MYPCjHp3+DwLylQ4Pq0TWucdWOEw49FUj5nGZQz+Idi91MAaBzaX49edXO4Dp9VUOjCDhD5UQ9QaVDkBTH1ZtqMCpn9o0IfeAaTq6B2JfDcS+D1B36VdD3FWA5j56uWeUHrQ0AK+tuL2wAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_uff\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/71SPUsDQRQ8EQTBRgRLUbAQIoJGJIcgW1hYSLDUXs5GQ+4z9+kHSMBSsIgpJKLYaGEhVinOSoUIghaCIAopAjaCTcBCb505/Ae+Zpi38/bN27fV/SS6DbGiJVFeE1kZRwWhyBjRxV0jiW1PVKWu10X+1SHaQpZpXTZ0sxbw2ID+zcD5QAj9ky8m5f3vHnjOQ79TF3WjLvhDCXUzNnQVi/Um8icm9E322TJQlyV+6tBd6qxL/XGe5QD52BcdEos++JyPujGf/j3ew/mvOHfLQr5sgt+Y6NtHX3WD78b58+k7MH9GXYN+moGYkPUmfdWIH8TBkP2omw5RN1xC304H/lTiDn0uOjjPkCsO6h75Hj029Lvkq9xnnvlx8n7uoc09xOxzyPnvTfAl7scxkN/kecx9THHePd7TKmKeTACfz9zDQgB9IQI/j8S3jOsI+6qtQ//Feer0q9KvRr+5P57ir26IeMs9vvDfXpAfWHxHcofn88yr9K+0N/4bfwBml0wPsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_mm3\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9WRzRHCIBCFsQNLSAl2ICXYgcz4M2oSQ4x6DSWkAynBEuhESvDoTQ37kAF1PMvlG8ju2/c2jD0Pn/MeLJvxe38uFd1tDm6Iao26FdEsiWJBZNCxkg/c+xZ9JVEX9G6CLs2DroXupCF2Ne4S34MO+YAeKxK/+WuO0x8XcZ/xvn77o/l79O2IV/gxVZzT+/N6PKEu43qOPSvojUBVvflzOVr4VwfUY08Ce8rAYUJWx75FksOCGd7P8jMldDpJfk5f8mtQJPuwIb/vj3J7/zrsw9VNkznmCD/4L7yJ+1W6x4Ts1v4rHwn3IFOwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"abundance_crust\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIIHUx3+rPx4yTepwZ4BDEwc0sCAzQHCV4HSmVDaGEwrKMs4grkeTQ7VIuvcH1aVQPTzXIeoO3gNTB8Q/wKmHcwEIeozJkDkH5RCaIUkqLk8EDrzCphucH4CFTeD0ELboPw4CN0QCaE39ELU176GyltC6VAo7QdVH4jifgaGH/Znz4DAH/tZM0Fgpb0xGDA76DrLvH5kJgXxT0MY1J3lUHMcIPSCFAdYeEH0fYaG3496SHgG2MPoHXKtrwN39EHN3wylD0PVX7CHhDeTA8QdJ+H6IO67Y58hG+orUPrfDqKeA2LvhCqoe5yh7gmAxpsShH/ABebPeoh9MlA+gwPEXAm4uyF8Eaj4F3tYfCwpsOW6vvgBNHw4oe57aY/iDqB5EOqL/fFdO3rZPrjZ/6rL2lMyOQLuD1j6gPAL7A9/1YjpP7QVGg6voebpOMw5orChKKPRfvfe6zfv17y2hbm/qcwz45BqDJxv6Cry7oPROruCoCNPbz5lsoOYo+wQL5nq/qVmux3Enaxw/w8XGgBZmZ8LsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"abundance_sea\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIK4Xw474u0iDWPu2nFdX1xgy3XcPl4y1f1LzXW7w181YvoPCTowgIENlH5gDyID1LUcz54BgS/2GbKhvgKl8mBxBomjEHUaUxz+rPx4yTcpwX7WTBBgdNgh1/o6cMc6iDqPHoi6T5ccIObcgYh/qICIH6h0KGvm/fJVcYkdxJwA+2qRde4Pq1LsE41CDbRWGtvrOsu8fmSmZQ+z52PG446tP77YXfp97Pq8SCeouIF93mLGPaxCJVB3/reD6OOyX7P2RnyZfx7cHGMQuBzgsKdylXNem7Y9xL37oO6Xd2BbpJ4a5PzaDmYOxL4ndhB3tUDcz/CjHhJ+y+1gfBgNUc9i773BYs7PqzJQ/0yx7327dcH3Yxeg5urDzYGFF8y9MH9bbTlRtm9+l71tVcaRwtYzdpBw2mJn1WPwqK9yqR3E/uNw+w1dRd59MJpn977wuPiRokY7mPs2V71ijT3VZJfEPlfzesc6uwsHmMpV2nvt5v+rtLYzXGv3d0rwBfWLbXarjM8J7m9eDbWnxQ6WXiDuPgANTym4P9D9DaNR/fnfToLrBp/bm89o4fnFbsuDH0tKHgvYwvT5pj/6yDrvqA2M33BzcfnFshu2qOZusNu99/rN+zWnbSHuybLH5Y6hSgMAQcW+ZLADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"molcas_gv_color\",{\"type\":\"ndarray\",\"array\":[\"#f2f2f2\",\"#d9ffff\",\"#cc80ff\",\"#c2ff00\",\"#ffb5b5\",\"#555555\",\"#3753bb\",\"#f32e42\",\"#7fd03b\",\"#b3e3f5\",\"#ab5cf2\",\"#8aff00\",\"#bfa6a6\",\"#f0c8a0\",\"#ff8000\",\"#fff529\",\"#38b538\",\"#80d1e3\",\"#8f40d4\",\"#3dff00\",\"#e6e6e6\",\"#bfc2c7\",\"#a6a6ab\",\"#8a99c7\",\"#9c7ac7\",\"#e06633\",\"#f090a0\",\"#50d050\",\"#c88033\",\"#7d80b0\",\"#c28f8f\",\"#668f8f\",\"#bd80e3\",\"#ffa100\",\"#a62929\",\"#5cb8d1\",\"#702eb0\",\"#00ff00\",\"#94ffff\",\"#94e0e0\",\"#73c2c9\",\"#54b5b5\",\"#3b9e9e\",\"#248f8f\",\"#0a7d8c\",\"#006985\",\"#c0c0c0\",\"#ffd98f\",\"#a67573\",\"#668080\",\"#9e63b5\",\"#d47a00\",\"#940094\",\"#429eb0\",\"#57178f\",\"#00c900\",\"#70d4ff\",\"#ffffc7\",\"#d9ffc7\",\"#c7ffc7\",\"#a3ffc7\",\"#8fffc7\",\"#61ffc7\",\"#45ffc7\",\"#30ffc7\",\"#1fffc7\",\"#00ff9c\",\"#00e675\",\"#00d452\",\"#00bf38\",\"#00ab24\",\"#4dc2ff\",\"#4da6ff\",\"#2194d6\",\"#267dab\",\"#266696\",\"#175487\",\"#d0d0e0\",\"#ffd123\",\"#b8b8d0\",\"#a6544d\",\"#575961\",\"#9e4fb5\",\"#ab5c00\",\"#754f45\",\"#428296\",\"#420066\",\"#007d00\",\"#70abfa\",\"#00baff\",\"#00a1ff\",\"#008fff\",\"#0080ff\",\"#006bff\",\"#545cf2\",\"#785ce3\",\"#8a4fe3\",\"#a136d4\",\"#b31fd4\",\"#b31fba\",\"#b30da6\",\"#bd0d87\",\"#c70066\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"en_ghosh\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/72R609TBwDFCYQmRRDRGa3AEBAfVCLySjTIYQznA0aRWbU4xAdGMBN5WHEOirYOBz7wNeUlAm6hakVBx6Naentve9teLpfOIpRYNahZM+djW4pSH9uI8W/Y+XI+/XJOzqGswu2CRxa8e7+1M0dsh8vOf5XtUONsVmT3b8dJLCzvjdhw2Yi4sr2E1MCiQpU/1uC0wGPfpDnzZVYEKaa3Zk4aQnKMWmGrtWGG4nDeQ3sXvBbpLvnO0eJp2zO5LpZCYHFj+6IRGluUlFdXKYMojx//ehnNIfXo9jdhE/nf8F1NO27cQbOKm+0M6UF1t9/mliMafL48Ms9R3YvMfR6F1Bkt2v60ZslSCYyk/Xy9gSNQKRlk/03XIVz+4qC3VYdkznvhSTEJwcjDUNUwiTTCK+WchEJEpLTZw05hNJ1fK51Cw5k9tF+abMKF11MaZ33L4HD9+XX+V1n4DBYHVI5y4IX/MHesyoJbGyUtN1g1qP60K8fW9aLQd7zj4jwtZg2Gdtwc1yJbFG65n0NAwR6antVPoFud8f1YrA6PFyvvyRp1GKGTX7p4JIbF9mnlu0mEJZTI30/02j/bx70ikcIhq3xGmacB9q2y/FyGRkPnH6sLqk1YHZDrlKxlcFRTNHOegMXb+TJH0YN+eMb4xcVrKBD15lNnRHo8S/9y1dCoHhX6ZWcT9hgwbAu73MWjkei6VTJYQ8NfHP8kQGiEK2KpZKfGiCW/tiUxIhOoD7+bUBPbTqzfY/7IMdhyr4Xl1TJY0VafsUnYh+JtQfwmTR/cHgtinCL2I8fijpIwxxX0I+pSsw/B43Ag0VsQU8shZ5rnhSPCAdz1/4V0agbw1dfiV1l+Fijfuv0UV2iBl7MyfpXagvypCoJpNuB0fsoTeTQNsin1otlAQ1m8fEHwBiOi9pIpBU+NYH/vqLGVmvDFd7dPTPY1Y3PQefXfkk4E/lOnWuPbg0A998nSaz34tMq9LESkRt1BZvy1QAthZI70ioNAVdC2F5lJJFb6r1AZWvUQOHYnBbvTaH2eLcnLoFFX0tAS2jOxhy3phGIqg2DTZ/zoXX040JUof2RksUaRNzMhhEN7Ue7J56UDaBfLDaPsANw+aLz8//b/ADrjp46wAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"vdw_radius_alvarez\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/8WRyw3CMBBEXUJKSAmU4BKoAPETfxIHyBmXQAkuISW4FJeQI0cEfhvJVnIml6ddO7szY6W+30L/EFaR9hTpD/T3keWO/hauIzX0G+o6cgnLC/WZe8xz0DNXs69ouG/4H/qKe9BltFBl9Fd8QAUdumyugzoc0fPgHF0zaPGnzLgOn9WBXJ3kIjllvoKQPCw6LHp9G9nfmAcV1NBI//2M+6h79HfQNGn/NXFuYSl9k/opTOpLic8qzXvIP/Or5Z3rVPfAarwvuuZZDr3om/BV3NnbpnUwE/v/zw9bktHBsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"c6_gb\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/+WRu0oDURCGt7AIeYKgIClSWAa0ERRPpZZrt2XSKIhCvKKiZL3ECypEQVFBjGaRqChBEYJVHiDCdtHO3kawMIWF2fxfs8/gNB//OTNz5p8TrRcz/dF2k/scqXTmfgasICLHpsXquHmtBeGY7iC+h8SnXpg0o61IGK/ZpV7sUN32iVhaF40LZ8TUmOimVT/omLPTZrzbOt97ECcuw/2qh+Lbvti1iead+KroL4v5Bd7J8P4Umnt/nnPu45Ph+ay02PMo9t2ItkfdEX0OxFhedJhveIe+zFlgTnsOLlK3QR15blbMrJCHj49pse1F9J7FxL2YvGN+tI+O3YqzJbFxzXxX+MLPL9pn77UCe7xgz+dhbfBb2eW/t9D4MWvMz/+n8FNe4j/Zu4/fMnkR6JL3xb5c9mU1sv+Vf8jWLP6wAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"atomic_weight\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/12SfSzUcRzHj4S06phKHiJRppY0ClPedvKQPJzHo8Pd4dzFeWoeRpNmVopRJs9ielSZP8zjZlSWUnZSmto1MrSFXTPZdaLfz+/b2nz+eX0/389n38/n/fl8Q6bv1760ULrN1HP2tWiy8WLZhl/63ASdFiyFq7YlzAt/cLsarGFQ0P+maasNFFbaVyu2HMUlya2Fy+t2GPcvjKhcP4GIvZ2jrGMOyLVjFQr/nESr11SOob8T5ByZiafaBb/oZ3e7Iu5KTJa36gy8qXCrDlBTTVm3O8b8RGyeigP7alujimIOPG4mzam3eWDHWp79hRxPzMgtv6gWvVBSmWxQkO2D8UGZQ/66DwaME8b0s31Bvb5sM+8LsfThbHqWH5SFr0MGeH6YGFkJnh4MQNd+SggvELSMs8lcxrcJws5zVVJ1TxAaje0UVn3BEGwUCkYgXWgpBAke0hRlVCjT71woDn8O9VY5hyGj3EgrbCQMH7W4Kxou4Xj3lrLVcDw5dL1nVw4PhvQAPCIw3HS2Y6k7Arn0RU0khqp675StRGKUqpJnzIe97lPTyHY+Tut9ak59FoW0jUM0xLTNxuBeycHxb90xOH+qyF0gFeB2UWymqk4AnnP7UKatEL5tTnUqvhADlKyOAiHiV9XF2+uFoMN9OiIYN2eEOJqJMM+lFA+LoHnk2p6JNRFYtD2KBTexJqtOEcv4gXGoLU3kDNbHwc0xusfnexzqJeEHZszimf6a4tHbVaKt/BrPzCNADD39VN3QBjGj77cYdNm7ngmg18F/lQDZnPrxT20JHlC/rE0kQc4NU8vFBglzbyBl9lYsJXqlWDJ/nxJjfpHpx4IQhP2JDCcJkcRQkIQZYdO4g4YM5UHyBeupJEyyWz7M98uYeCNhfjLJJ5zcREEKySNkp5I+CI8TCgjbCPsJlf/y0xjKiQ/il22inHCSkJ3OkEUYSCj4z78eX/fDsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"atomic_weight_uncertainty\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9b1vty74fuyAHQMKfwGcj4t+4Gh1R/CopV2SUaiB1kpne6seg0d9laFwffGSqe5fapbD+RB5Uwxz/6z8eMk3KcBe11nm9SMzKXsIv8D+Q8bjjq0/rtihy8PsC3kiUFisdRIqn2APcfcFO4g6K/tfdVl7SiZn2FeLrHN/WDXFHmYOhG6A6r9pB+OjuicBao8xVH+L/Uewe77A7YPxYfKZsqG+AqX/7WD2octD3KUF9x/MPZUv1Qw51tTA+TvkWl8H7phnnwU1D+KPCnudzCWa2tIFdjD1l38fuz4vUgiuD2YfzN+o9k/BMB/VP4T0t8DDH5f/0M2HmWNz3793el4TPD5h4rDwnjUTBHZCzXtCMN2h07D4hrkHFm6kmjPYaQC6lc4tsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"is_monoisotopic\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9QxY6Q/2DHjlcakjlU+q+aTaT6n5lNpHqvn0to/a8UXt+KS2+UOXBgBObLgTsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"is_radioactive\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgGBqAcZCZg8vswYIBHpVIYtgBAAA=\"},\"shape\":[118],\"dtype\":\"int32\",\"order\":\"little\"}],[\"cas\",{\"type\":\"ndarray\",\"array\":[\"1333-74-0\",\"7440-59-7\",\"7439-93-2\",\"7440-41-7\",\"7440-42-8\",\"7440-44-0\",\"7727-37-9\",\"7782-44-7\",\"7782-41-4\",\"7440-01-9\",\"7440-23-5\",\"7439-95-4\",\"7429-90-5\",\"7440-21-3\",\"7723-14-0\",\"7704-34-9\",\"7782-50-5\",\"7440-37-1\",\"7440-09-7\",\"7440-70-2\",\"7440-20-2\",\"7440-32-6\",\"7440-62-2\",\"7440-47-3\",\"7439-96-5\",\"7439-89-6\",\"7440-48-4\",\"7440-02-0\",\"7440-50-8\",\"7440-66-6\",\"7440-55-3\",\"7440-56-4\",\"7440-38-2\",\"7782-49-2\",\"7726-95-6\",\"7439-90-9\",\"7440-17-7\",\"7440-24-6\",\"7440-65-5\",\"7440-67-7\",\"7440-03-1\",\"7439-98-7\",\"7440-26-8\",\"7440-18-8\",\"7440-16-6\",\"7440-05-3\",\"7440-22-4\",\"7440-43-9\",\"7440-74-6\",\"7440-31-5\",\"7440-36-0\",\"13494-80-9\",\"7553-56-2\",\"7440-63-3\",\"7440-46-2\",\"7440-39-3\",\"7439-91-0\",\"7440-45-1\",\"7440-10-0\",\"7440-00-8\",\"7440-12-2\",\"7440-19-9\",\"7440-53-1\",\"7440-54-2\",\"7440-27-9\",\"7429-91-6\",\"7440-60-0\",\"7440-52-0\",\"7440-30-4\",\"7440-64-4\",\"7439-94-3\",\"7440-58-6\",\"7440-25-7\",\"7440-33-7\",\"7440-15-5\",\"7440-04-2\",\"7439-88-5\",\"7440-06-4\",\"7440-57-5\",\"7439-97-6\",\"7440-28-0\",\"7439-92-1\",\"7440-69-9\",\"7440-08-6\",\"7440-68-8\",\"10043-92-2\",\"7440-73-5\",\"7440-14-4\",\"7440-34-8\",\"7440-29-1\",\"7440-13-3\",\"7440-61-1\",\"7439-99-8\",\"7440-07-5\",\"7440-35-9\",\"7440-51-9\",\"7440-40-6\",\"7440-71-3\",\"7429-92-7\",\"7440-72-4\",\"7440-11-1\",\"10028-14-5\",\"22537-19-5\",\"53850-36-5\",\"53850-35-4\",\"54038-81-2\",\"54037-14-8\",\"54037-57-9\",\"54038-01-6\",\"54083-77-1\",\"54386-24-2\",\"54084-26-3\",\"54084-70-7\",\"54085-16-4\",\"54085-64-2\",\"54100-71-9\",\"87658-56-8\",\"54144-19-3\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"atomic_radius_rahm\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9WR23HCMBBFRQeU4BLoICqBDvBMyMuWbUEDUQnpAJdAB1EJlKAS8skfsb1HMKsO0M8Z7fvuGjM9+2pnmFjb1czQyr9u7W1+py/8H9jf4RvcCwN1Kic0vTB1UueGPVE/NpD646fQdsR5oYdrGAb6EGfpM3baPtKvakVXbIu83MeJ37i7bunTaB3+QD68eNG1Y57Q6/nKeVKj9xOxR/LMoP9ZV3zsb5mzIm57xM88I0wHbT/DUHALLdzANTTwz+v4fJcAK/ZwGvR8eR/T/hb/rxO+OH2fSafKsw8u9oS/7u/9xH/UezDwUuj+gXWhN9Ncv5+F/zcSd5WwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"geochemical_class\",{\"type\":\"ndarray\",\"array\":[\"volatile\",\"volatile\",\"alkali metal\",\"alkaline earth metal\",{\"type\":\"number\",\"value\":\"nan\"},\"semi-volatile\",\"volatile\",\"major\",\"semi-volatile\",\"volatile\",\"major\",\"major\",\"major\",\"major\",{\"type\":\"number\",\"value\":\"nan\"},\"semi-volatile\",\"semi-volatile\",\"volatile\",\"alkali metal\",\"major\",\"first series transition metal\",\"first series transition metal\",\"first series transition metal\",\"first series transition metal\",\"first series transition metal\",\"major\",\"first series transition metal\",\"first series transition metal\",\"first series transition metal\",\"first series transition metal\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"semi-volatile\",\"semi-volatile\",\"semi-volatile\",\"volatile\",\"alkali metal\",\"alkaline earth metal\",\"rare earth & related\",\"high field strength\",\"high field strength\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"noble metal\",\"noble metal\",\"noble metal\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"semi-volatile\",\"semi-volatile\",\"semi-volatile\",\"volatile\",\"alkali metal\",\"alkaline earth metal\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"rare earth & related\",\"high field strength\",\"high field strength\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"noble metal\",\"noble metal\",\"noble metal\",\"noble metal\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"U/Th decay series\",\"U/Th decay series\",\"U/Th decay series\",\"U/Th decay series\",\"U/Th decay series\",\"U/Th decay series\",\"rare earth & related\",\"U/Th decay series\",\"rare earth & related\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"goldschmidt_class\",{\"type\":\"ndarray\",\"array\":[\"atmophile\",\"atmophile\",\"litophile\",\"litophile\",\"litophile\",\"atmophile\",\"atmophile\",\"litophile\",\"litophile\",\"atmophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"chalcophile\",\"litophile\",\"atmophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"siderophile\",\"siderophile\",\"siderophile\",\"siderophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"litophile\",\"atmophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"siderophile\",\"synthetic\",\"siderophile\",\"siderophile\",\"siderophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"litophile\",\"atmophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"litophile\",\"siderophile\",\"siderophile\",\"siderophile\",\"siderophile\",\"siderophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"chalcophile\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"litophile\",\"synthetic\",\"litophile\",\"litophile\",\"litophile\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\",\"synthetic\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"metallic_radius\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/82RwQ3CMAxFPUpHyRCIA5AmLVQtQsxAR2EUj9IxOCLIC6JWc0BCglyeZP/8+Dsij3O7yDu1dk+6daKsnCzpSrzu0Tf4BOgTxy39zbJvPKa6dvRb7kXIfJr9/NxfoO5Mv57PI8HUfSHnKdWnHt0hsWIuZS4HNZjc+b1o9OxHDSOsmsJ+zugHdN1n//M1FvLnnGMw+zD5c86XD5zaH+X5f94BjwR9BLADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"metallic_radius_c12\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9WRvQ0CMQxGMwqjpKZFIArgfD/cIRCCDcgojMAIGSVjUILwy0mJAh1CpHmK7Xz25xjzPG5mzYsbpbRKsyK+hHM4JX+/FOkH8p0y1EoLjSh9BRepnhz1ft3xDh1pqJeyjoMWmiqrgy7OgZ5r0rhdZ/5O+NhT16f+LO8l6tZpv8hJ1jdEP+xb0PNdqj/qMs/tTN2B/PD5P77F0Jb9R59B0n3IG//jHrew/42fP+AD7oue5LADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"covalent_radius_pyykko_double\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/42T3Q3CMAyEPUpG8QCAkJAoUEoTKBI/Q5BRMopH6Rg8Isi5ki2Q6MsnX+2L7bRE7+f5IMOeP8hrcFUpy0paQJ+Bc+gbcIAeK3mP+h30LdhAb+z7cKmMR/h18AFJ/VroqGPEAn8GBfl0sD5an11/6sOaf60sJ8SYS7An7m2+nqO+ubXnxoQ8nS9Z3wISGMBR4xs4WL+gPi7WOnEcHcsPRtdHdP3l3s4tnb23af97uydJllMfLp7mwb74jrwzdNzL6ObXOSl9n1d13V921P8hurj4vGT3oWT3fZDbS3C+f/AF3iniZrADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"covalent_radius_pyykko_triple\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/5WSwQ3CMAxFPUpH8RkkDkgIStqSlkHwKBnFo3QMjgjlu5KtHNpenuz4/9hOif7f90Mt8o0rr5V0Ac+VcvKMen3VvCbU9eAdeZBBenifklE/IG8+T+h7T/M3H7Z48r48ed/ND5Tk7zNdnhFjLvOhEfHg9Vtf8CWcd3PoZ0Ed5tXgz4glzFGgs74y9JTb7xEpO+si7R7rRzG/hvk5tfeqYQ5d/F5W+HcgI19Cv+sbvrbP2etk9O9zdM7dewjvZfuQ+F/E/PH9/wCwmw+9sAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"discoverers\",{\"type\":\"ndarray\",\"array\":[\"Henry Cavendish\",\"Sir William Ramsey, Nils Langet, P.T.Cleve\",\"Johann Arfwedson\",\"Fredrich W\\u00f6hler, A.A.Bussy\",\"Sir H. Davy, J.L. Gay-Lussac, L.J. Th\\u00e9nard\",\"Known to the ancients\",\"Daniel Rutherford\",\"Joseph Priestly, Carl Wilhelm Scheele\",\"Henri Moissan\",\"Sir William Ramsey, M.W. Travers\",\"Sir Humphrey Davy\",\"Sir Humphrey Davy\",\"Hans Christian Oersted\",\"J\\u00f6ns Berzelius\",\"Hennig Brand\",\"Known to the ancients.\",\"Carl Wilhelm Scheele\",\"Sir William Ramsey, Baron Rayleigh\",\"Sir Humphrey Davy\",\"Sir Humphrey Davy\",\"Lars Nilson\",\"William Gregor\",\"Nils Sefstr\\u00f6m\",\"Louis Vauquelin\",\"Johann Gahn\",\"Known to the ancients.\",\"George Brandt\",\"Axel Cronstedt\",\"Known to the ancients.\",\"Known to the ancients.\",\"Paul \\u00c9mile Lecoq de Boisbaudran\",\"Clemens Winkler\",\"Known to the ancients.\",\"J\\u00f6ns Berzelius\",\"Antoine J. Balard\",\"Sir William Ramsey, M.W. Travers\",\"R. Bunsen, G. Kirchoff\",\"A. Crawford\",\"Johann Gadolin\",\"Martin Klaproth\",\"Charles Hatchet\",\"Carl Wilhelm Scheele\",\"Carlo Perrier, \\u00c9millo Segr\\u00e8\",\"Karl Klaus\",\"William Wollaston\",\"William Wollaston\",\"Known to the ancients.\",\"Fredrich Stromeyer\",\"Ferdinand Reich, T. Richter\",\"Known to the ancients.\",\"Known to the ancients.\",\"Franz M\\u00fcller von Reichenstein\",\"Bernard Courtois\",\"Sir William Ramsay; M. W. Travers\",\"Gustov Kirchoff, Robert Bunsen\",\"Sir Humphrey Davy\",\"Carl Mosander\",\"W. von Hisinger, J. Berzelius, M. Klaproth\",\"C.F. Aver von Welsbach\",\"C.F. Aver von Welsbach\",\"J.A. Marinsky, L.E. Glendenin, C.D. Coryell\",\"Paul \\u00c9mile Lecoq de Boisbaudran\",\"Eug\\u00e8ne Demar\\u00e7ay\",\"Jean de Marignac\",\"Carl Mosander\",\"Paul \\u00c9mile Lecoq de Boisbaudran\",\"J.L. Soret\",\"Carl Mosander\",\"Per Theodor Cleve\",\"Jean de Marignac\",\"Georges Urbain\",\"Dirk Coster, Georg von Hevesy\",\"Anders Ekeberg\",\"Fausto and Juan Jos\\u00e9 de Elhuyar\",\"Walter Noddack, Ida Tacke, Otto Berg\",\"Smithson Tenant\",\"S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils\",\"Julius Scaliger\",\"Known to the ancients.\",\"Known to the ancients.\",\"Sir William Crookes\",\"Known to the ancients.\",\"Known to the ancients.\",\"Pierre and Marie Curie\",\"D.R.Corson, K.R.MacKenzie, E.Segr\\u00e9\",\"Fredrich Ernst Dorn\",\"Marguerite Derey\",\"Pierre and Marie Curie\",\"Andr\\u00e9 Debierne\",\"J\\u00f6ns Berzelius\",\"Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner\",\"Martin Klaproth\",\"E.M. McMillan, P.H. Abelson\",\"G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl\",\"G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso\",\"G.T.Seaborg, R.A.James, A.Ghiorso\",\"G.T.Seaborg, S.G.Tompson, A.Ghiorso\",\"G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr.\",\"Argonne, Los Alamos, U of Calif\",\"Argonne, Los Alamos, U of Calif\",\"G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr.\",\"Nobel Institute for Physics\",\"A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer\",\"A. Ghiorso, et al\",\"A. Ghiorso, et al\",\"Soviet Nuclear Research/ U. of Cal at Berkeley\",\"Heavy Ion Research Laboratory (HIRL)\",\"Heavy Ion Research Laboratory (HIRL)\",\"Heavy Ion Research Laboratory (HIRL)\",\"Heavy Ion Research Laboratory (HIRL)\",\"Heavy Ion Research Laboratory (HIRL)\",\"GSI Helmholtz Centre for Heavy Ion Research\",\"RIKEN\",\"Joint Institute for Nuclear Research\",\"Joint Institute for Nuclear Research\",\"Lawrence Livermore National Laboratory\",\"Joint Institute for Nuclear Research/Oak Ridge National Laboratory\",\"Joint Institute for Nuclear Research\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"discovery_year\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/3XSr3LCQBDH8XuACkREBRKBQCArKiIQFRFIRAQCwQMgEMyAQCAQFQim3CUGgaioqKiorEBUIBEVPAQCgeBPvit2p8F85nbufre3wbnrb7mKbzgfCnu+8BFjdKfxnQ/2f+GQcxt8NuemOMHoTedJzrLkfEr9LPskx+s+JK/BOjV1MQm6b6n3yZt5/Z4IT+QdjTX2b1m3ssId9YZR7pM5V8P/fe7JS0w/laDn823yB9I3ffQyPcdP7OKv1/PomHpq6/hAbp19fyt9b9NrqyXfIyp5v7y3nen3J2b9jq/ccwz6+8j5tplHFwc4xAlOcY4LXOMPbnGPB3Q5/xuZU65t4gifMMEY+/iSxxe/W96zsAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"discovery_location\",{\"type\":\"ndarray\",\"array\":[\"England\",\"Scotland/Sweden\",\"Sweden\",\"Germany/France\",\"England/France\",{\"type\":\"number\",\"value\":\"nan\"},\"Scotland\",\"England/Sweden\",\"France\",\"England\",\"England\",\"England\",\"Denmark\",\"Sweden\",\"Germany\",{\"type\":\"number\",\"value\":\"nan\"},\"Sweden\",\"Scotland\",\"England\",\"England\",\"Sweden\",\"England\",\"Sweden\",\"France\",\"Sweden\",{\"type\":\"number\",\"value\":\"nan\"},\"Sweden\",\"Sweden\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"France\",\"Germany\",{\"type\":\"number\",\"value\":\"nan\"},\"Sweden\",\"France\",\"Great Britain\",\"Germany\",\"Scotland\",\"Finland\",\"Germany\",\"England\",\"Sweden\",\"Italy\",\"Russia\",\"England\",\"England\",{\"type\":\"number\",\"value\":\"nan\"},\"Germany\",\"Germany\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"Romania\",\"France\",\"England\",\"Germany\",\"England\",\"Sweden\",\"Sweden/Germany\",\"Austria\",\"Austria\",\"United States\",\"France\",\"France\",\"Switzerland\",\"Sweden\",\"France\",\"Switzerland\",\"Sweden\",\"Sweden\",\"Switzerland\",\"France\",\"Denmark\",\"Sweden\",\"Spain\",\"Germany\",\"England\",\"England/France\",\"Italy\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"England\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"France\",\"United States\",\"Germany\",\"France\",\"France\",\"France\",\"Sweden\",\"England/France\",\"Germany\",\"United States\",\"United States\",\"United States\",\"United States\",\"United States\",\"United States\",\"United States\",\"United States\",\"United States\",\"Sweden\",\"United States\",\"United States\",\"United States\",\"USSR/United States\",\"Germany\",\"Germany\",\"Germany\",\"Germany\",\"Germany\",\"Germany\",\"Japan\",\"Russia\",\"Russia\",\"United States\",\"Russia/United States\",\"Russia\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"name_origin\",{\"type\":\"ndarray\",\"array\":[\"Greek: hydro (water) and genes (generate)\",\"Greek: h\\u00ealios (sun).\",\"Greek: lithos (stone).\",\"Greek: beryllos, \\\"beryl\\\" (a mineral).\",\"From Arabic and Persian words for borax.\",\"Latin: carbo, (charcoal).\",\"Greek: nitron and genes, (soda forming).\",\"Greek: oxys and genes, (acid former).\",\"Latin: fluere (flow).\",\"Greek: neos (new).\",\"Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, (sodium carbonate).\",\"From Magnesia ancient city in district of Thessaly, Greece.\",\"Latin: alumen, aluminis, (alum).\",\"Latin: silex, silicus, (flint).\",\"Greek: phosphoros, (bringer of light).\",\"Latin: sulphur (brimstone).\",\"Greek: chl\\u00f4ros (greenish yellow).\",\"Greek: argos (inactive).\",\"English: pot ash; symbol from Latin: kalium, (alkali).\",\"Latin: calx, calcis (lime).\",\"Latin: Scandia, Scandinavia.\",\"Greek: titanos (Titans).\",\"From Scandinavian goddess, Vanadis.\",\"Greek: chr\\u00f4ma (color).\",\"Latin: magnes (magnet); Italian: manganese.\",\"Anglo-Saxon: iron; symbol from Latin: ferrum (iron).\",\"German: kobold (goblin).\",\"German: kupfernickel (false copper).\",\"Symbol from Latin: cuprum (island of Cyprus famed for its copper mines).\",\"German: zink (German for tin).\",\"Latin: Gallia (France).\",\"Latin: Germania (Germany).\",\"Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment).\",\"Greek: sel\\u00ean\\u00ea (moon).\",\"Greek: br\\u00f4mos (stench).\",\"Greek: kryptos (hidden).\",\"Latin: rubidus (deep red); the color its salts impart to flames.\",\"From the Scottish town, Strontian.\",\"From the Swedish village, Ytterby, where one of its minerals was first found.\",\"From the mineral, zircon.\",\"From Niobe; daughter of the mythical Greek king Tantalus.\",\"Greek: molybdos (lead).\",\"Greek: techn\\u00eatos (artificial).\",\"Latin: Ruthenia (Russia).\",\"Greek: rhodon (rose). Its salts give a rosy solution.\",\"Named after the asteroid, Pallas, discovered in 1803.\",\"Anglo-Saxon: siolful, (silver); symbol from Latin: argentium.\",\"Greek: kadmeia (ancient name for calamine (zinc oxide)).\",\"Latin: indicum (color indigo), the color it shows in a spectroscope.\",\"Named after Etruscan god, Tinia; symbol from Latin: stannum (tin).\",\"Greek: anti and monos (not alone); symbol from mineral stibnite.\",\"Latin: tellus (earth).\",\"Greek: i\\u00f4eides (violet colored).\",\"Greek: xenos (strange).\",\"Latin: coesius (sky blue); for the blue lines of its spectrum.\",\"Greek: barys (heavy or dense).\",\"Greek: lanthanein (to be hidden).\",\"Named after the asteroid, Ceres, discovered two years before the element.\",\"Greek: prasios and didymos (green twin); from its green salts.\",\"Greek: neos and didymos (new twin).\",\"Named for the Greek god, Prometheus.\",\"Named after the mineral samarskite.\",\"Named for the continent of Europe.\",\"Named after the mineral gadolinite.\",\"Named after Ytterby, a village in Sweden.\",\"Greek: dysprositos (hard to get at).\",\"From Holmia, the Latinized name for Stockholm, Sweden.\",\"Named after the Swedish town, Ytterby.\",\"From Thule ancient name of Scandinavia.\",\"Named for the Swedish village of Ytterby.\",\"Named for the ancient name of Paris, Lutecia.\",\"From Hafnia, the Latin name of Copenhagen.\",\"From king Tantalus of Greek mythology, father of Niobe.\",\"Swedish: tung sten (heavy stone): symbol from its German name wolfram.\",\"Latin: Rhenus, the Rhine River.\",\"Greek: osm\\u00ea (odor).\",\"Latin: iris (rainbow).\",\"Spanish: platina (little silver).\",\"Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn).\",\"From the Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver).\",\"Greek: thallos (green twig), for a bright green line in its spectrum.\",\"Anglo-Saxon: lead; symbol from Latin: plumbum.\",\"German: bisemutum, (white mass), Now spelled wismut.\",\"Named for Poland, native country of Marie Curie.\",\"Greek: astatos (unstable).\",\"Variation of the name of another element, radium.\",\"Named for France, the nation of its discovery.\",\"Latin: radius (ray).\",\"Greek: akis, aktinos (ray).\",\"Named for Thor, Norse god of thunder.\",\"Greek: proto and actinium (parent of actinium); it forms actinium when it radioactively decays.\",\"Named for the planet Uranus.\",\"Named for the planet Neptune.\",\"Named for the planet Pluto.\",\"Named for the American continent, by analogy with europium.\",\"Named in honor of Pierre and Marie Curie.\",\"Named after Berkeley, California the city of its discovery.\",\"Named after the state and University of California.\",\"Named in honor of the scientist Albert Einstein.\",\"Named in honor of the scientist Enrico Fermi.\",\"Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised the periodic table.\",\"Named in honor of Alfred Nobel, who invented dynamite and founded Nobel prize.\",\"Named in honor of Ernest O. Lawrence, inventor of the cyclotron.\",\"Named in honor of Ernest Rutherford\",\"Named after the city of Dubna, the site of the JINR.\",\"Named in honor of Glenn Seaborg, American physical chemist known for research on transuranium elements.\",\"Named in honor of Niels Bohr\",\"Named in honor of Henri Hess, Swiss born Russian chemist known for work in thermodydamics.\",\"Named in honor of Lise Mietner\",\"Named after the city of Darmstadt, Germany where GSI Helmholtz Centre for Heavy Ion Research is located.\",\"Named in honor of the physicist Wilhelm Roentgen.\",\"Named in honor of the astronomer Nicolaus Copernicus.\",\"Named after the country of Japan.\",\"Named after the Flerov Laboratory of Nuclear Reactions of the Joint Institute for Nuclear Research in Dubna, Russia.\",\"Named after the city of Moscov.\",\"Named after the Lawrence Livermore National Laboratory in the United States.\",\"Named after the state of Tennessee in United States.\",\"Named in honor of the scientist Yuri Oganessian.\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"sources\",{\"type\":\"ndarray\",\"array\":[\"Commercial quantities are produced by reacting superheated steam with methane or carbon. In lab work from reaction of metals with acid solutions or electrolysis.\",\"Found in natural gas deposits & in the air (5 parts per billion) Constantly lost to space; replenished by radioactive decay (alpha particles).\",\"Obtained by passing electric charge through melted lithium chloride and from the silicate mineral called spodumene [LiAl(Si2O6)].\",\"Found mostly in minerals like beryl [AlBe3(Si6O18)] and chrysoberyl (Al2BeO4). Pure beryllium is obtained by chemically reducing beryl mineral. Also by electrolysis of beryllium chloride.\",\"Obtained from kernite, a kind of borax (Na2B4O7.10H2O). High purity boron is produced by electrolysis of molten potassium fluroborate and potassium chloride (KCl).\",\"Made by burning organic compounds with insufficient oxygen.\",\"Obtained from liquid air by fractional distillation.\",\"Obtained primarily from liquid air by fractional distillation. Small amounts are made in the laboratory by electrolysis of water or heating potassium chlorate (KClO3) with manganese dioxide (MnO2) catalyst.\",\"Found in the minerals fluorite (CaF2) and cryolite(Na3AlF6). Electrolysis of hydrofluoric acid (HF) or potassium acid fluoride (KHF2) is the only practical method of commercial production.\",\"Obtained from production of liquid air as a byproduct of producing liquid oxygen and nitrogen.\",\"Obtained by electrolysis of melted sodium chloride (salt), borax and cryolite.\",\"Usually obtained by electrolysis of melted magnesium chloride (MgCl2) found in sea water. Each cubic mile of seawater contains about 12 billion pounds of magnesium.\",\"Never occurs in free form. Obtained by electrolysis from bauxite (Al2O3).\",\"Makes up major portion of clay, granite, quartz (SiO2), and sand. Commercial production depends on a reaction between sand (SiO2) and carbon at a temperature of around 2200 \\u00b0C.\",\"Found most often in phosphate rock. Pure phosphorus is obtained by heating a mixture of phosphate rock, coke, and silica to about 1450 \\u00b0C.\",\"Found in pure form and in ores like cinnabar, galena, sphalerite and stibnite. Pure form is obtained from undergound deposits by the Frasch process.\",\"Salt (sodium chloride, NaCl) is its most common compound. Commercial quantities are produced by electrolysis of aqueous sodium chloride (seawater or brine from salt mines).\",\"Continuously released into the air by decay of radioactive potassium-40. Pure form is obtained from fractional distillation of liquid air.\",\"Found in minerals like carnallite [(KMgCl3).6H2O] & sylvite (potassium chloride, KCL). Pure metal is produced by the reaction of hot potassium chloride and sodium vapors in a special retort.\",\"Obtained from minerals like chalk, limestone & marble. Pure metal is produced by replacing the calcium in lime (calcium carbonate, CaCO3) with aluminium in hot, low pressure retorts.\",\"Occurs mainly in the minerals thortveitile (~34% scandium) and wiikite. Also in some tin and tungsten ores. Pure scandium is obtained as a by-product of uranium refining.\",\"Usually occurs in the minerals ilmenite (FeTiO3) or rutile (TiO2). Also in Titaniferous magnetite, titanite (CaTiSiO5), and iron ores. Pure metal produced by heating TiO2 with C and Cl2 to produce TiCl4 then heated with Mg gas in Ar atmosphere.\",\"Found in the minerals patronite (VS4), vanadinite [Pb5(VO4)3Cl], and carnotite [K2(UO2)2(VO4)2.3H2O]. Pure metal produced by heating with C and Cl to produce VCl3 which is heated with Mg in Ar atmosphere.\",\"Chromite [Fe,Mg(CrO4)] is its most important mineral. Produced commercially by heating its ore in the presence of silicon or aluminium.\",\"Most abundant ores are pyrolusite (MnO2), psilomelane [(Ba,H2O)2Mn5O10] and rhodochrosite (MnCO3). Pure metal produced by mixing MnO2 with powered Al and ignited in a furnace.\",\"Obtained from iron ores. Pure metal produced in blast furnaces by layering limestone, coke and iron ore and forcing hot gasses into the bottom. This heats the coke red hot and the iron is reduced from its oxides and liquified where it flows to the bottom\",\"Occurs in compounds with arsenic, oxygen and sulfur as in cobaltine (CoAsS) and linneite (Co3S4). Pure cobalt is obtained as a byproduct of refining nickel, copper and iron.\",\"Chiefly found in pentlandite [(Ni,Fe)9S8] ore. The metal is produced by heating the ore in a blast furnace which replaces the sulfur with oxygen. The oxides are then treated with an acid that reacts with the iron not the nickel.\",\"Pure copper occurs rarely in nature. Usually found in sulfides as in chalcopyrite (CuFeS2), coveline (CuS), chalcosine (Cu2S) or oxides like cuprite (Cu2O).\",\"Found in the minerals zinc blende (sphalerite) (ZnS), calamine, franklinite, smithsonite (ZnCO3), willemite, and zincite (ZnO).\",\"Found throughout the crust in minerals like bauxite, germanite and coal.\",\"Obtained from refining copper, zinc and lead.\",\"Found in mispickel (arsenopyrite)\",\"Obtained from lead, copper and nickel refining. Conducts electricity when struck by light.\",\"Occurs in compounds in sea water.\",\"Forms 1 millionth of the atmosphere. Obtained from production of liquid air.\",\"Occurs abundantly, but so widespread that production is limited. Usually obtained from lithium production.\",\"Found in minerals celestite and strontianite.\",\"Found in minerals such as monazite, xenotime, and yttria.\",\"Found in many minerals such as zircon and baddeleyite.\",\"Occurs in a mineral columbite. Formerly known as colombium (Cb). It is used in stainless steel alloys for nuclear reactors, jets and missiles.\",\"Found in the minerals molybdenite (MoS2) and wulfenite (MoO4Pb).\",\"Made first by bombarding molybdenum with deuterons (heavy hydrogen) in a cyclotron.\",\"Found in pentlandite and pyroxinite.\",\"Obtained as a by-product of nickel production.\",\"Obtained with platinum, nickel, copper and mercury ores.\",\"Found in ores called argentite (AgS), light ruby silver (Ag3AsS3), dark ruby silver(Ag3SbS3) and brittle silver.\",\"Obtained as a by product of zinc refining.\",\"Found in certain zinc ores.\",\"Principally found in the ore cassiterite(SnO2) and stannine (Cu2FeSnS4).\",\"Found in stibnite (Sb2S3) and in valentinite (Sb2O3).\",\"Obtained as a by-product of copper and lead refining.\",\"Occurs on land and in the sea in sodium and potassium compounds.\",\"Obtain from the small quantities in liquid air.\",\"Found in pollucite [(Cs4Al4Si9O26).H2O] and as trace in lepidolite.\",\"Found in barytine (BaSO4) and witherite (BaCO3), never found in pure form due to its reactivity. Must be stored under kerosene to remain pure.\",\"Found with rare earths in monazite and bastnasite. Monazite sand typicall contains 25% lanthanum.\",\"Most abundant rare earth metal. Found in many minerals like monazite sand [Ce(PO4)].\",\"Obtained from same salts as neodymium.\",\"Made from electrolysis of its halide salts, which are made from monazite sand.\",\"Does not occur naturally. Found among fission products of uranium, thorium, and plutonium.\",\"Found with other rare earths in monazite sand. The sand is often 50% rare earths by weight and 2.8% samarium.\",\"Obtained from monazite sand, which is a mixture of phosphates of calcium, thorium, cerium, and most other rare earths.\",\"Found with other rare earths in gadolinite and monazite sand.\",\"Found with other rare earths in monazite sand, which typically contain 0.03% terbium. Other sources are xenotime and euxenite, both of which are oxide mixtures that can contain up to 1% terbium.\",\"Usually found with erbium, holmium and other rare earths in some minerals such as monazite sand, which is often 50% rare earth by weight.\",\"Occurs in gadolinite. Most often from monazite which is often 50% rare earth and typically 0.05% holmium.\",\"Found with other heavier rare earths in xenotime and euxerite.\",\"Found with other rare earths in the minerals gadolinite, euxenite, xenotime, and monazite. Monazite is often 50% rare earth by weight and 0.007% thulium.\",\"Found in minerals such as yttria, monazite, gadolinite, and xenotime. Monazite is often 50% rare earth by weight and typically 0.03% ytterbium.\",\"Found with ytterbium in gadolinite and xenotime. Usually obtained from monazite sand which is ofter 50% rare earth by weight and 0.003% lutetium.\",\"Obtained from mineral zircon or baddeleyite.\",\"Chiefly occurs in the mineral tantalite. Always found with niobium.\",\"Occurs in the minerals scheelite (CaWO4) and wolframite [(Fe,Mn)WO4].\",\"Found in small amounts in gadolinite and molybdenite. Has a very high melting point.\",\"Obtained from the same ores as platinum.\",\"Found in gravel deposits with platinum.\",\"Produced from deposits of native, or elemental, platinum.\",\"Found in veins in the crust, with cooper ore and native .\",\"Virtually all mercury comes from cinnabar or mercury sulfide (HgS). Some sources of red cinnabar are so rich in mercury that droplets of elemental mercury can be found in random samples.\",\"Found in iron pyrites. Also in crookesite, hutchinsonite and lorandite. Most is recovered from the byproducts of lead and zinc refining.\",\"Found most often in ores called galena or lead sulfide (PbS). Some is found in its native state.\",\"It can be found free in nature and in minerals like bismuthine (Bi2O3) and in bismuth ochre (Bi2O3)\",\"Occurs in pitchblende from decay of bismuth.\",\"Does not occur in nature. Similar to iodine. Produced by bombarding bismuth with alpha particles.\",\"Formed from the decay of radium in the earths crust.\",\"Formed by decay of actinium. Chemical properties similar to cesium. Decays to radium or astatine.\",\"Found in uranium ores at 1 part per 3 million parts uranium.\",\"Extremely rare, found in all uranium ores. Usually obtained by treating radium with neutrons in a reactor.\",\"Found in various minerals like monazite and thorite.\",\"Does not occur in nature. Found among fission products of uranium, thorium, and plutonium.\",\"Occurs in many rocks, but in large amounts only in such minerals as pitchblende and carnotite.\",\"Produced by bombarding uranium with slow neutrons.\",\"Found rarely in some uranium ores. Made by bombarding uranium with neutrons.\",\"Produced by bombarding plutonium with neutrons.\",\"Made by bombarding plutonium with helium ions. So radioactive it glows in the dark.\",\"Some compounds have been made and studied. Made by bombarding americium with alpha particles.\",\"Made by bombarding curium with helium ions.\",\"Made by bombarding uranium with neutrons.\",\"Produced by bombarding lighter transuranium elements with still lighter particles or by neutron capture.\",\"Made by bombarding einsteinium with helium ions.\",\"Made by bombarding curium with carbon-13\",\"Produced by bombarding californium with boron ions.\",\"Made by bombarding californium-249 with beams of carbon-12 and 13, which produced an isotope with half lives of 4+ and 3 sec.\",\"Made by bombarding californium-249 with a beam of nitrogen-15\",\"Made by bombarding californium-249 with oxygen-18.\",\"Obtained by bombarding bismuth-204 with chromium-54. \",\"Formed by the bombardment of lead-208 with iron-58.\",\"Obtained by bombarding bismuth-209 with iron-58.\",\"Made by bombarding bismuth-209 with cobolt-59.\",\"Made by bombarding bismuth-209 with nickel-60.\",\"Made by bombarding lead-208 with zinc-70. \",\"Made by bombardng bismuth-209 with zinc-70.\",\"Made by bombarding plutonium-244 with calcium-48.\",\"Made by bombarding americium-243 with calcium-48.\",\"Made by bombardng curium-248 with calcium-48.\",\"Made by bombarding berkelium-249 with calcium-48.\",\"Made by bombarding californium-249 with calcium-48.\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"uses\",{\"type\":\"ndarray\",\"array\":[\"Most hydrogen is used in the production of ammonia. Also used in balloons and in metal refining. Also used as fuel in rockets. Its two heavier isotopes are: deuterium (D) and tritium (T) used respectively for nuclear fission and fusion.\",\"Used in balloons, deep sea diving & welding. Also used in very low temperature research.\",\"Used in batteries. Also for certain kinds of glass and ceramics. Some is used in lubricants.\",\"Its ability to absorb large amounts of heat makes it useful in spacecraft, missiles, aircraft, etc. Emeralds are beryl crystals with chromium traces giving them their green color.\",\"Used with titanium & tungsten to make heat resistant alloys for jets & rockets.\",\"For making steel, in filters, and many more uses. Radiocarbon dating uses the carbon-14 isotope to date old objects.\",\"Primarily to produce ammonia and other fertilizers. Also used in making nitric acid, which is used in explosives. Also used in welding and enhanced oil recovery.\",\"Used in steel making, welding, and supporting life. Naturally occuring ozone (O3) in the upper atmosphere shields the earth from ultraviolet radiation.\",\"Used in refrigerants and other fluorocarbons. Also in toothpaste as sodium fluoride (NaF) and stannous fluoride (SnF2); also in Teflon.\",\"Primarily for lighting.\",\"There are few uses for the pure metal, however its compounds are used in medicine, agriculture and photography. Sodium chloride (NaCl) is table salt. Liquid sodium is sometimes used to cool nuclear reactors.\",\"Used in alloys to make airplanes, missiles and other uses for light metals. Has structural properties similar to aluminium. But since it is flammable at temperatures of burning gasoline, its uses are limited.\",\"Used for many purposes from airplanes to beverage cans. Too soft in its pure form so less than 1% of silicon or iron is added, which hardens and strengthens it.\",\"Used in glass as silicon dioxide (SiO2). Silicon carbide (SiC) is one of the hardest substances known and used in polishing. Also the crystalline form is used in semiconductors.\",\"Used in the production of fertilizers and detergents. Some is used in fireworks, safety matches, and incendiary weapons. Also some applications for it and some of its compounds which glow in the dark.\",\"Used in matches, gunpowder, medicines, rubber and pesticides, dyes and insecticides. Also for making sulfuric acid (H2SO4).\",\"Used in water purification, bleaches, acids and many, many other compounds such as chlorofluorocarbons (CFC).\",\"Used in lighting products. It is often used in filling incandescent light bulbs. Some is mixed with krypton in fluorescent lamps. Crystals in the semiconductor industry are grown in argon atmospheres.\",\"Used as potash in making glass & soap. Also as saltpeter, potassium nitrate (KNO3) to make explosives and to color fireworks in mauve. Formerly called kalium (K). Vital to function of nerve and muscle tissures.\",\"Used by many forms of life to make shells and bones. Virtually no use for the pure metal, however two of its compounds are, lime (CaO) and gypsum (CaSO4), are in great demand by a number of industries.\",\"Scandium metal is used in some aerospace applications. Scandum oxide (Sc2O3) is used in the manufacture of high-intensity electric lamps. Scandium iodide (ScI3) is used in lamps that produce light having a color closely matching natural sunlight.\",\"Since it is strong and resists acids it is used in many alloys. Titanium dioxide (TiO2), a white pigment that covers surfaces very well, is used in paint, rubber, paper and many others.\",\"It is mixed with other metals to make very strong and durable alloys. Vanadium pentoxide (V2O5) is used as a catalyst, dye and color-fixer.\",\"Used to make stainless steel. It gives the color to rubies and emeralds. Iron-nickel-chromium alloys in various percentages yield an incredible variety of the most important metals in modern technology.\",\"Used in steel, batteries and ceramics. The steel in railroad tracks can contain as much as 1.2% manganese. It is crucial to the effectiveness of vitamin B1.\",\"Used in steel and other alloys. Essential for humans. It is the chief constituent of hemoglobin which carries oxygen in blood vessels. Its oxides are used in magnetic tapes and disks.\",\"Used in many hard alloys; for magnets, ceramics and special glasses. Remains hard up to 982\\u00b0C. Radioactive cobalt-60 is used in cancer therapy.\",\"Used in electroplating and metal alloys because of its resistance to corrosion. Also in nickel-cadmium batteries; as a catalyst and for coins.\",\"Most often used as an electrical conductor. Also used in the manufacture of water pipes. Its alloys are used in jewelry and for coins.\",\"Used to coat other metal (galvanizing) to protect them from rusting. Also used in alloys such as brass, bronze, nickel. Also in solder, cosmetics and pigments.\",\"Used in semiconductor production. It us used in making LEDs (light-emitting diodes) and GaAs laser diodes.\",\"Widely used in semiconductors. It is a good semiconductor when combined with tiny amounts of phosphorus, arsenic, gallium, and antimony.\",\"Many of its compounds are deadly poison and used as weed killer and rat poison. Conducts electricity. Used in semiconductors. Some compounds, called arsenides, are used in the manufacture of paints, wallpapers, and ceramics.\",\"Light causes it to conduct electricity more easily. It is used in photoelectric cells, TV cameras, xerography machines and as a semiconductor in solar batteries and rectifiers. Also colors glass red.\",\"It was once used in large quantities to make a compound that removed lead compound build up in engines burning leaded gasoline. Now it is primarily used in dyes, disinfectants, and photographic chemicals.\",\"Used in lighting products. Some is used as inert filler-gas in incandescent bulbs. Some is mixed with argon in fluorescent lamps. The most important use is in flashing stroboscopic lamps that outline airport runways.\",\"Used as a catalyst, photocells, and vacuum and cathode-ray tubes.\",\"Used in flares and fireworks for crimson color. Strontium-90 is a long lived highly radioactive fallout product of atomic-bomb explosions.\",\"Combined with europium to make red phosphors for color TV's. Yttrium oxide and iron oxide combine to form a crystal garnet used in radar.\",\"Used in alloys such as zircaloy which is used in nuclear applications since it does not readily absorb neutrons. Also baddeleyite is used in lab crucibles. Used in high-performance pumps and valves. Clear zircon (ZrSiO4) is a popular gemstone.\",\"Used as an alloy with iron and nickel. It can be used in nuclear reactors and is known to be superconductive when alloyed with tin, aluminum or zirconium.\",\"Its alloys are used in aircraft, missiles, and protective coatings in boiler plate.\",\"Added to iron in quantities as low as 55 part-per-million transforms the iron into a corrosion-resistant alloy.\",\"Used to harden platinum and palladium. Aircraft magnetos use platinum alloy with 10% ruthenium.\",\"Used as a coating to prevent wear on high quality science equipment and with platinum to make thermocouples.\",\"Used as a substitue for silver in dental items and jewelry. The pure metal is used as the delicate mainsprings in analog wristwatches. Also used in surgical instruments and as catalyst .\",\"Used in alloys for jewelry and in other compounds for photography. It is also a good conductor, but expensive.\",\"Used in nickel-cadmium batteries. Also in electroplating steel and in the manufacture of berings. Its compounds are found in paint pigments and a wide variety of intense colors. Boiling cadmium gives off a weird, yellow-colored vapor that is poisonous.\",\"Used to coat high speed bearings and as an alloy that lowers the melting point of other metals. Relativly small amounts are used in dental items and in electronic semiconductors.\",\"Used as a coating for steel cans since it is nontoxic and noncorrosive. Also in solder (33%Sn:67%Pb), bronze (20%Sn:80%Cu), and pewter. Stannous fluoride (SnF2), a compound of tin and fluorine is used in some toothpaste.\",\"It is alloyed with other metals to increase their hardness. Also in the manufacture of a few special types of semiconductor devices. Also in plastics and chemicals. A few kinds of over-the-counter cold and flu remedies use antimony compounds.\",\"Used to improve the machining quality of copper and stainless steel products and to color glass and ceramics. Also in thermoelectric devices. Some is used in the rubber industry and it is a basic ingredient in manufacturing blasting caps.\",\"Required in small amounts by humans. Once used as an antiseptic, but no longer due to its poisonous nature.\",\"Used for filling flash lamps and other powerful lamps. Electrical excitation of xenon produces a burst of brilliant whtie light. Also used in bubble chambers and modern nuclear power reactors.\",\"Used as a 'getter' to remove air traces in vacuum and cathode-ray tubes. Also used in producing photoelectric devices and atomic clocks. Since it ionizes readily, it is used as an ion rocket motor propellant.\",\"Barite, or barium sulfate (BaSO4), when ground is used as a filter for rubber, plastics, and resins. It is insoluable in water and so is used in X-rays of the digestive system. Barium nitrate, Ba(NO3)2, burns brilliant green and is used in fireworks.\",\"It is used in the electodes of high-intensity, carbon-arc lights. Also used in the production of high-grade europium metal. Because it gives glass refractive properties, it is used in expensive camera lenses.\",\"Its oxides are used in the optics and glass-making industries. Its salts are used in the photography and textile industry. Used in high-intensity carbon lamps and as alloying agents in special metals.\",\"Used with neodymium to make lenses for glass maker's goggles since it filters out the yellow light present in glass blowing. Alloyed with magnesium creates a high-strength metal used in aircraft engines. Makes up 5% of Mich metal.\",\"Used in making artificial ruby for lasers. Also in ceramics and for a special lens with praseodymium. Also to produce bright purple glass and special glass that filters infrared radiation. Makes up 18% of Mich metal, which is used in making steel.\",\"It has been used as a source of radioactivity for thickness-measuring gages.\",\"It is used in the electronics and ceramics industries. It is easily magnetized and very difficult to demagnetize. This suggests important future applications in solid-state and superconductor technologies.\",\"Used with yttrium oxide to make red phosphors for color televisions.\",\"Used in steel alloying agents and the manufacture of electronic components.\",\"It is used in modest amounts in special lasers and solid-state devices.\",\"Its uses are limited to the experimental and esoteric.\",\"It has very few practical applications; however, it has some unusual magnetic properties that offer some hope for future applications.\",\"Erbium oxide is used in ceramics to obtain a pink glaze. Also a few uses in the nuclear industry and as an alloying agent for other exotic metals. For example, it increases the malleability of vanadium.\",\"Radioactive thulium is used to power portable x-ray machines, eliminating the need for electrical equipment.\",\"Used in metallurgical and chemical experiments.\",\"It has no practical applications.\",\"Used in reactor control rods because of its ability to absorb neutrons.\",\"Often used as an economical substitute for platinum. Tantalum pentoxide is used in capacitors and in camera lenses to increase refracting power. It and its alloys are corrosion and wear resistant so it is used to make surgical and dental tools.\",\"Made into filaments for vacuum tubes and electric lights. Also as contact points in cars. Combined with calcium or magnesium it makes phosphors. Tungsten carbide is extremely hard and is used for making cutting tools and abrasives.\",\"Mixed with tungsten or platinum to make filaments for mass spectrographs. Its main value is as a trace alloying agent for hardening metal components that are subjected to continuous frictional forces.\",\"Used to tip gold pen points, instrument pivots, to make electric light filaments. Used for high temp. alloys and pressure bearings. Very hard and resists corrosion better than any other.\",\"Used with osmium to tip gold pen points, to make crucible and special containers. Also to make alloys used for standard weights and measures, and heat-resistant alloys. Also as hardening agent for platinum.\",\"Used in jewelry, to make crucible and special containers and as a catalyst. Used with cobalt to produce very strong magnets. Also to make standard weights and measures. Resists corrosion and acid attacks except aqua regia.\",\"Very malleable. Used in electronics, jewelry and coins. It is a good reflector of infrared radiation, so a thin film of gold is applied to the glass of skyscrapers to reduce internal heating from sunlight.\",\"Used in thermometers, barometers, and batteries. Also used in electrical switches and mercury-vapor lighting products.\",\"Its compounds are used in rat and ant poisons. Also for detecting infrared radiation.\",\"Used in solder, shielding against radiation and in batteries.\",\"Main use is in pharmaceuticals and low melting point alloys used as fuses.\",\"Used in industrial equipment that eliminates static electricity caused by such processes as rolling paper, wire, and sheet metal.\",\"Since its isotopes have such short half-lives there are no commercially significant compounds of astatine.\",\"Used to treat some forms of cancer.\",\"Since its isotopes have such short half-lives there are no commercially significant compounds of francium.\",\"Used in treating cancer because of the gamma rays it gives off.\",\"It has no significant commercial applications.\",\"Used in making strong alloys. Also in ultraviolet photoelectric cells. It is a common ingredient in high-quality lenses. Bombarded with neutrons make uranium-233, a nuclear fuel.\",\"It has no significant commercial applications.\",\"For many centuries it was used as a pigment for glass. Now it is used as a fuel in nuclear reactors and in bombs.\",\"It has no significant commercial applications.\",\"Used in bombs and reactors. Small quantities are used in thermo-electric generators.\",\"Americium-241 is currently used in smoke detectors.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",\"It has no significant commercial applications.\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"mendeleev_number\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/w3DA1eDAQAAwC8u28ay7ZbWsm3b+v3dvXePQRB8GOeym+576rVPfhrvilseeOaNz36ZYMh02+yyzyHHjDhrzFW3PfTcW1/8NtEUM2y3236HHXfKORdcc8cjL7zz1R+TTDXTbHPNt9BiSy230mprrbfBJlvssMcBR5xw2qiLrrvrsZfe++avyaaZZY55FlhkiWVWWGWNdYZttNlWO+110FEnnXHeJTfc88QrH3z3z3+0lD3b2AEAAA==\"},\"shape\":[118],\"dtype\":\"int32\",\"order\":\"little\"}],[\"dipole_polarizability_unc\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/8uUDfUVKP1v9zHjccfWH1/s/qz8eMk3ycF+h1zr68Ad8+xnzQSBnVD6JAZdLbLO/WHVFvtMqDkMYPAAKn/THsL/YJ8GBs/gfFRzd9pXvlQz5FhTY28MBpeh6gQcILQKDloDSis5oKqH0RwOMPegmgsT/2CPi4b4awpcH8y/qPZqQWkFKC2B070wf6KqZ0BzrwSG+NkzIPAFbj9qOMLMN6ESrYfD/Xpo7pNB46Pr50CjZTDi5fBXjZj+Q1ftUf3LgSMeBeDhAokPZjRxWHx4o7nHEIc/LXHQhMIH3b8qBNwrgCM80OMZPR3AzP9Rjx7+AEITAw2wAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"pettifor_number\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/73SN04EQRAF0AoJCQgICBBCCCGEYPF2G1i893Aa6mhzJEJCEPPqCkzy9DW1rV/bE/H7dB8t/p6vYe98n9tTb770dm/mzDdm/T445/2j/Cw7J1/pvO7d3Bhnucw18xfylXwt38qMe+cyqod9mj6hT9On6ZPVZ5wzXOKquXP5UtYrbuQ76tEe9Cr16vTqqpc+oU+rPhOc5qLzm1wOecB97nHAXe5wm1vc5AZXuE73kfYP95H2D/u3ugd7Z2n/rO/M/l19b/U/1P6TnOIC3UOeycxTmXkiM0cy81hmHsnMQ7n8/vxvfwA4lnCusAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"glawe_number\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/73SOU7EQBAF0B8SEhAQECCEEEIIwbCv08Cw7zuchj6aj0RICMKvr4CTp9/lsqtmnPxe3UfJ3/U17J3vc3nqrS+9HfOq/q7e+sM59Ud1zyn6i/7oL61/jLNc5rnnXMhXMuM93YNzFqadt/vME/NU83Rvzts845zhEtf1tbkunV/LN7zlnXnuvadpnjzLTfNU83R+p0xwmossHPKA+9zjLle4w21ucZMbXOOAq2z/h/2r/WP/2D/2j70r074Le1fG3oW17T/JKS6ot/0PZeZIZo5lZiQzJzJzKjNnMvP9+d/+AMxJOqCwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"molar_heat_capacity\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/9tTMlmC5ZqNw4flx7zNT5o4xPQf+qpxx8LhqMKGooxCAwe2xqnO3TpqDkkCEZZbOBQdLLecKNsnb+sQ8njp7CMJtg7Pf6/8eMnXHq6/WmSd+0MrG4cIkMJ7Fg7GYGDhYMt1fXHBX2OHXLAGc4j4ZjOHbZ//Xqn46QDXP2smCEDNfWvp0Po6cIdcq6UDyFkx/JYOSwqAJj22gKiLNHcIAsq+DrSC8CWh6s5bQMQFrRwKwRZbQPQlWzp4PKwSWcdu5eAGstjCHCK+2MIB6NuJb2MsIf5/EwR3D8ReeweQKbanrCD6260g6oDqIe61gKqzcGAAgx/1MD44PH7BaKj6SKi/WK0g4bIXSv+1goafJYTeZekAspbL3Bs1fKUcoP6zgbhDxhrizw9W0PC2htDF1nD3gN3fZeugCdKwwhri72YnCP+FDYTWsHFIAwE1awd5sANtoOFlDXcnJH1Ywd0HCwewcleoP6ssofFrAY8XiD5Lh7hdnjxM2ZYO578HP1762xoef2B/XreCxzfM3TAa5n90cZh/Ieag+XeVNYb6oU4DAHHPuHSwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"en_miedema\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/82SKwzCQAyGF17JBtnzRkhIpvFoQh0aP40Gi0FNo8Hi0ehhmUaj0RAcbNf2lo0MgqPmW+/a//pYcspMgCbtsUqk34KhNEH04T4I1/GtB4uRcd7N+yq+zO0msyYg24B6NtElvW5lPrIGM2kNijPIN8l3SN8lXQcOQXSdHjyKE3Qu1D2e24pYB9fjVdaD+RrF1eldXfWH57aqh+eFfk7U8el9R+UhLYpjHaeyHox/jtNlpBupQSg/dNqLDtkUguidxbpz7ieXpdjnPGay8XdiP51SH56aO/fN+0afKdR/wf3zXngOn/+Pd2K+AcU5WVC8N3/W/Te+APGWOq6wAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"miedema_molar_volume\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/zM2BoHf9gxg8KMeQms5zJoJAsIOZ8+AgJCDyDr3h1UiXA5pYCDggKoeQXsAVa07bg6V14HSKg5ga4wV4TQu/YW2XNcXX3CDqrNy6D/0VSOGX89BMwbEUnXYIdf6OnCHgsObQBBLBuoeWQewdIwM1L1SUHEph2qww2Ucri8usOUKV3JYUgCyQN0BRBbsVYbYs1kdp3vA9nL4QPR/d4CY+8wY7j+IOapQe5UcwP53V4TarwANRwWoPNTfDSoOsHCG8PUh8j4GEPd8NsDpHnmQ9/0CIep5nCF0j5kDWHyeqQPIObanTCDxNcUEYo6DicNhYOj0M5lAwu+HMdwfQWABmH+MIeoOGUHcUWwEMVfOCKrP0AHMPWoI1a8FtVcV4k9JWHhC/f9MAeIeLli8K0HDRQUanzqQ+LEyhIabEZp7MP2Pi4aEL0IfJDy1HFDCTU6DZHMHGw0Aiwk+ybADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"miedema_electron_density\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/+O6vrjAlovbgQEMftSLrHN/WCXyzn4JUPT6YiGHQhBVIOpgDAZiDt80YvoPfRWEq0enZ80EgYf2EPonlGZ14ILaQ0i/B9D2de4X7SH8F/ZpYMDgAHEXjwPEXYIOO+RaXwfuEHEAC68TgLsP5l5UmtMBYg4T1F4mB6AjgC5hgfI5cLpHE+RcjTP2YGc9fGQfBLb4D9RdbHD3wOyHuEvcAUTKtUo4nD0DAqIOsPCEmMcCtf8fPJwg5v2D+psBp3sOg7QdOmoPCccH9mDv2f6yh4Tvb3tIeCBomHtx0fJgh/7FoCH2YNIwd0Pcy+EAMUcQ7m8IXxJOw8IBog+WfvgcUM35BnXPD6i/ftjj8j8uGhLOiHCD2ItI129A3NfsDqSaO9hoAEbnJiiwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"en_gunnarsson_lundqvist\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/+VSLVMDMRTkY9qZHHPlLsmFwjEtCGaKRndmXbH11ehiQaCq0WCLrq4GC7q6uth2kFxeNuFH8Mw2l3277226G0ye37cOe1IX+B4ve7NNC/3ZpvlV4NEuRuuHEgL2DAKLiD0IbXaF1Xw6zFY1sYWPrRdW1FN485/nhlihMW0IpwGPL7GTOSpkInCY+oJPQTSc8+cp+Ob4+vSlOaejjoPvHi9PEj+cO9RRuPa0gSHfQo6TLu/7uJGyuJM6ILZx669HR9TVzClHnCf23fs1pwWEvi7SPoFXUicnT/GsyTPM0bH/HEIbauazT1/FnHPu0+EeJecwzMey39E/9tXc948f3sWyr+I8ju/Wpk/GPDT1LL/HvG3KP/h0uUfJuTVeX3zl3Ful+5CH4f8t+tb0K9N7/lf8BRw8feewAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"en_robles_bartolotti\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/+WRr1NCQRDHHd5T8P1g7njnUwiPYMFMZm4bWfPLZqwaTGSyVswUCxmrZjIZo6KjM+rs7ffun3DL3c7++n52zWK8uTZHtKym2/Nln5L1fDJKvu1ZPVu9DzK6cAFF7NWzLvU5rTqml2e2Lg3ZHk/p0lkPfb7sjeHGMd3fse2jXpMrn2rkGdpzVsEvEP+wTsY6kv7DlB7YnStysmqFeQ3o9XGNeIG+hpwM04bfAk+MehX4hLeg3YA/PbridhMN3Tvr2ix+reiMMTcPOvz7xOmrnDh7vGmRcByCI8L+UuQfkOeUfbaxB/9q6DoJceF8s36e6GxibpP83YRXhb14PvEbJDwl+BPcKQ/7kLimVz7HtgOeH/D7+hx1ipyMUQGdGcn9O+AucdcU98gCv9wrCvMlL8dcBa4y9BWuz9v/+v4B8+A6qbADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"production_concentration\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9cZgYOYA5jL4Q2iHUIezZ0DAASruDqV/1KPSPnBxsHofCyg/AErbo+pzcHZIAwNDB1T1P+rBws9MoOJQ/Q4RUHlTKO0IoRucoDTUfQ0uEPoAzF5DVPUMdlDaG00dlG5wdJg1Ewgk3bD780AIqnsanKE0zH0uaPr8HLDTxlAa5m4vtPANg5sDds9NXxzh7obqHlw0PNwjHKhKw91hCeWHQv3j6YDf/1pQdUEOWP3D4IrDv4ToEFR9sHRBsjmDlwYA6YR9PrADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"relative_supply_risk\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/81Q2w2DMAzMAHy0BUUoihCUEbqAp+kaLNjuwyci9llyQkFIfNQ/J7/ufHZujXlK4AJ9P2sEeqXoieuPDDE/T5i39Ru9U0ThqbN+I3lFmLd96HjBUXmgx9gKesFGdDvt895d99GHP+S4l/Vi4ZPnB70HupZv0D3L2xV3wYet44/PTD/8uKfXe/YReyNdi/AZs7+0tO/fF//C3rb/YwS/5fOnef4dF3Tf2GWwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"reserve_distribution\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9WCKwdQBQvtCaZg4jLbBIW6IQ9zKAZX+UT9rJhBEuuFQ/6P+7Bkg6PFDk/eE8m2htBOUdofSFg4o7m9wQ1MHc7cZTnth8mD7z/jjUBfpgOoeFwjtEAG11xVV34FwB6w0gzmUNkGzxx5qjpcDSnisCcDhHlc09+Ci0cORWjTMXG+ou2Hx5uWA3/96aPEJM8cRqi6IQDzhou0d8POHPg0AhAn9w7ADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"political_stability_of_top_producer\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9WfPAIGPjwOYuyDIAcafNRME1CG0pAVEHqgeRqOLw/go4kDzcMmj608DAbcQDHmYOJhWc4PTWNWlsUFpI4i5DwIccNmLQlsGO6CEAxZ/ovsLrJ7HA7s/kNyJ4t6ZZgTdg2I/0P2E3EPIHGLVk2ouVv8D3YvX/0S4D92/hGhIuKqihv8zP5LNGew0AE1q0yOwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"political_stability_of_top_reserve_holder\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEf9WfPAIGPjwOY+yAAQgPFZ80EAXUHFHmgOIxOAwE1N+ziaUYQfWeEHFDFbTHUo8i7haDaL2nhgE6D1T3zc0Cxf0EQhJ/GBuej+AfGx2UvzL1Y/IluP8w8sHoeD1RxpHBBpyHmm0DUz1R1wGs+zH6k+CAULrjMIVY9qeZi9T/Qvbj8Dws3iP/NUP0FE0f3PxE01njDE99DlQYAISteOrADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"top_3_producers\",{\"type\":\"ndarray\",\"array\":[{\"type\":\"number\",\"value\":\"nan\"},\"1) USA 2) Algeria 3) Russia\",\"1) Australia 2) Chile 3) China\",\"1) USA 2) China 3) Mozambique\",\"1) Turkey 2) USA 3) Chile\",\"1) China 2) USA 3) India\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) Mexico 3) Mongolia\",{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) India 3) USA\",\"1) China 2) Russia 3) Turkey\",\"1) Australia 2) Brazil 3) China\",{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) Mexico 3) Morocco\",\"1) China 2) USA 3) Canada\",\"1) China 2) India 3) USA\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Canada 2) Russia 3) Belarus\",\"1) China 2) USA 3) India\",\"1) China 2) Russia 3) Malaysia\",\"1) Canada 2) Australia 3) South Africa\",\"1) South Africa 2) China 3) Russia\",\"1) South Africa 2) Kazakhstan 3) India\",\"1) China 2) South Africa 3) Australia\",\"1) China 2) Australia 3) Brazil\",\"1) DRC 2) China 3) Zambia\",\"1) Russia 2) Indonesia 3) Philippines\",\"1) Chile 2) Peru 3) China\",\"1) China 2) Australia 3) Peru\",\"1) China 2) Germany 3) Kazakhstan\",\"1) China 2) Russia 3) Germany (likely)\",\"1) China 2) Chile 3) Kazakhstan\",\"1) Japan 2) Germany 3) Belgium\",\"1) USA 2) China 3) Israel\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) Spain 3) Mexico\",\"1) China 2) Russia 3) Malaysia\",\"1) Australia 2) South Africa 3) China\",\"1) Brazil 2) Canada\",\"1) China 2) USA 3) Chile\",{\"type\":\"number\",\"value\":\"nan\"},\"1) South Africa 2) Russia 3) Zimbabwe\",\"1) South Africa 2) Russia 3) Zimbabwe\",\"1) South Africa 2) Russia 3) Zimbabwe\",\"1) Mexico 2) Peru 3) China\",\"1) China 2) Republic of Korea 3) Japan\",\"1) China 2) Republic of Korea 3) Japan\",\"1) China 2) Indonesia 3) Peru\",\"1) China 2) Bolivia 3) Tajikistan\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Chile 2) Japan 3) USA\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) India 3) USA\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",\"1) China 2) Russia 3) Malaysia\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Brazil 2) Rwanda 3) China\",\"1) China 2) Russia 3) Bolivia\",\"1) Chile 2) USA 3) Poland\",\"1) South Africa 2) Russia 3) Zimbabwe\",\"1) South Africa 2) Russia 3) Zimbabwe\",\"1) South Africa 2) Russia 3) Zimbabwe\",\"1) China 2) Australia 3) USA\",\"1) China 2) Kyrgzstan 3) Chile\",{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) Australia 3) USA\",\"1) China 2) Mexico 3) Japan\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) India 2) Brazil 3) Malaysia\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Kazakhstan 2) Canada 3) Australia\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"top_3_reserve_holders\",{\"type\":\"ndarray\",\"array\":[{\"type\":\"number\",\"value\":\"nan\"},\"1) USA 2) Qatar 3) Algeria\",\"1) Chile 2) China 3) Australia\",\"1) Unknown (likely USA)\",\"1) Turkey 2) Russia 3) USA\",\"1) USA 2) Russia 3) China\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) South Africa 2) Mexico 3) China\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) Russia 2) China 3) North Korea\",\"1) Guinea 2) Austrailia 3) Brazil\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Morocco 2) China 3) USA\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) Canada 2) Russia 3) Belarus\",{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) Australia 3) India\",\"1) China 2) Russia 3) South Africa\",\"1) Kazakhstan 2) South Africa 3) India\",\"1) South Africa 2) Ukraine 3) Brazil\",\"1) Australia 2) Brazil 3) Russia\",\"1) DRC 2) Australia 3) Cuba\",\"1) Australia 2) New Caledonia 3) Brazil\",\"1) Chile 2) Peru 3) Australia\",\"1) Australia 2) China 3) Peru\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) Russia 2) Chile 3) Peru\",\"1) USA 2) China 3) Spain\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) China\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) Australia 2) South Africa 3) Ukraine\",\"1) Brazil 2) Canada\",\"1) China 2) USA 3) Chile\",{\"type\":\"number\",\"value\":\"nan\"},\"1) South Africa 2) Russia 3) USA\",\"1) South Africa 2) Russia 3) USA\",\"1) South Africa 2) Russia 3) USA\",\"1) Peru 2) Poland: Chile\",\"1) India 2) China 3) Australia\",{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) Indonesia 3) Brazil\",\"1) China 2) Russia 3) Bolivia\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Chile 2) Japan 3) USA\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) India 3) Algeria\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",{\"type\":\"number\",\"value\":\"nan\"},\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",\"1) China 2) CIS Countries (inc. Russia) 3) USA\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Brazil 2) Australia 3) Mozambique\",\"1) China 2) Russia 3) USA\",\"1) Chile 2) USA 3) Russia\",\"1) South Africa 2) Russia 3) USA\",\"1) South Africa 2) Russia 3) USA\",\"1) South Africa 2) Russia 3) USA\",\"1) Australia 2) South Africa 3) Russia\",\"1) Mexico 2) China 3) Kyrgzstan\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Australia 2) China 3) Russia\",\"1) China 2) Peru 3) Mexico\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"1) USA 2) Australia 3) India\",{\"type\":\"number\",\"value\":\"nan\"},\"1) Australia 2) Kazakhstan 3) Canada\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"recycling_rate\",{\"type\":\"ndarray\",\"array\":[{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"<10\",\"<10\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"10\\u201330\",\">30\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"<10\",\">30\",\"<10\",\">30\",\">30\",\">30\",\">30\",\">30\",\">30\",\">30\",\"<10\",\"<10\",\"<10\",\"<10\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"<10\",\"<10\",\"<10\",\">30\",\"10\\u201330\",{\"type\":\"number\",\"value\":\"nan\"},\">30\",\">30\",\">30\",\">30\",\"10\\u201330\",\"<10\",\">30\",\"<10\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"<10\",\"<10\",\"<10\",\"<10\",\"<10\",{\"type\":\"number\",\"value\":\"nan\"},\"<10\",\"<10\",\"<10\",\"<10\",\"<10\",\"<10\",\"<10\",\"<10\",\"<10\",\"<10\",{\"type\":\"number\",\"value\":\"nan\"},\"<10\",\"10\\u201330\",\">30\",\">30\",\">30\",\">30\",\">30\",\"<10\",{\"type\":\"number\",\"value\":\"nan\"},\">30\",\"<10\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"substitutability\",{\"type\":\"ndarray\",\"array\":[{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"High\",\"High\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"High\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"High\",\"Medium\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"High\",\"Medium\",\"Low\",\"High\",\"High\",\"Medium\",\"Medium\",\"High\",\"Low\",\"Low\",\"Medium\",\"Medium\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"High\",{\"type\":\"number\",\"value\":\"nan\"},\"Medium\",\"High\",{\"type\":\"number\",\"value\":\"nan\"},\"High\",\"High\",\"High\",\"Low\",\"Low\",\"Low\",{\"type\":\"number\",\"value\":\"nan\"},\"Medium\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"High\",\"High\",\"High\",\"High\",\"High\",{\"type\":\"number\",\"value\":\"nan\"},\"High\",\"High\",\"High\",\"High\",\"High\",\"High\",\"High\",\"High\",\"High\",\"High\",{\"type\":\"number\",\"value\":\"nan\"},\"Medium\",\"High\",\"High\",\"High\",\"High\",\"High\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},\"High\",{\"type\":\"number\",\"value\":\"nan\"},\"High\",{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"},{\"type\":\"number\",\"value\":\"nan\"}],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"price_per_kg\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/7Plur64wPabPQMYWDjMmgkEkSEOYO6JLodCW5ACXgeONTJRKdb77d8E7pBrfX3QvvnAqYWu2w7bQ+T/QvXnOfQf+qoR088CpZkclhSAFPyxNwaD3/atr0EGsDrs55tjvGjLdvvTQFM+/91iPyNPCGjkW6g6DYd17g+rRNYxQtzBsdoBIq4G4QeUOZw9AwJKDvJgA//adzomPL2gdNs+DQwcoPLaEPUMEg4QcRYIvyEJQk/ocdBuF7t57vt7qD5TqLsFIfIKRRDa7RzUHimoefaQcLrpCHHXZj+IfTwuEPmsH1B3HgHTBz4yOoKt1X4BEfdocACFOtd1Vgj/QQrUHCMHzRiQC8Qh4gf8oe51hLpnDoTWfeewoShj4tua8/YQdwk7eICCy10Iqi8SSvuA6QZhGUdYeED8CXX/TBtoOLRAaINiiD96fKDqrCDiBcsh6iUNIXwJqHqFHgi9oAiifhnUnS3LofqOQ+yXfA3hq90G0wlZn6DxaQcRz9gADVcGaHqTBPI/OC2KP+YEEf5Rj5u+sEksYRdE3YdCBxR5B0g4OKiogMP/ycEISDyYq4HohgO8y0D039xOV5D+DX0ftImwb2BpAHzBD5OwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"id\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NkYGBgAmJmIGYBYlYgZkTCbGjy7Ghq0OU5iMQwc1ipYA6yWejmcJKJSbWfHYf9XGRicuxnR7IfAFCJpH3YAQAA\"},\"shape\":[118],\"dtype\":\"int32\",\"order\":\"little\"}],[\"name_series\",{\"type\":\"ndarray\",\"array\":[\"Nonmetals\",\"Noble gases\",\"Alkali metals\",\"Alkaline earth metals\",\"Metalloids\",\"Nonmetals\",\"Nonmetals\",\"Nonmetals\",\"Halogens\",\"Noble gases\",\"Alkali metals\",\"Alkaline earth metals\",\"Poor metals\",\"Metalloids\",\"Nonmetals\",\"Nonmetals\",\"Halogens\",\"Noble gases\",\"Alkali metals\",\"Alkaline earth metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Metals\",\"Poor metals\",\"Metalloids\",\"Metalloids\",\"Nonmetals\",\"Halogens\",\"Noble gases\",\"Alkali metals\",\"Alkaline earth metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Metals\",\"Poor metals\",\"Poor metals\",\"Metalloids\",\"Metalloids\",\"Halogens\",\"Noble gases\",\"Alkali metals\",\"Alkaline earth metals\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Lanthanides\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Metals\",\"Poor metals\",\"Poor metals\",\"Poor metals\",\"Metalloids\",\"Halogens\",\"Noble gases\",\"Alkali metals\",\"Alkaline earth metals\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Actinides\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Transition metals\",\"Metals\",\"Poor metals\",\"Poor metals\",\"Poor metals\",\"Poor metals\",\"Halogens\",\"Noble gases\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"color\",{\"type\":\"ndarray\",\"array\":[\"#baa2a6\",\"#bbbb88\",\"#a6cee3\",\"#1f78b4\",\"#33a02c\",\"#baa2a6\",\"#baa2a6\",\"#baa2a6\",\"#fdbf6f\",\"#bbbb88\",\"#a6cee3\",\"#1f78b4\",\"#b2df8a\",\"#33a02c\",\"#baa2a6\",\"#baa2a6\",\"#fdbf6f\",\"#bbbb88\",\"#a6cee3\",\"#1f78b4\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#bbd3a5\",\"#b2df8a\",\"#33a02c\",\"#33a02c\",\"#baa2a6\",\"#fdbf6f\",\"#bbbb88\",\"#a6cee3\",\"#1f78b4\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#bbd3a5\",\"#b2df8a\",\"#b2df8a\",\"#33a02c\",\"#33a02c\",\"#fdbf6f\",\"#bbbb88\",\"#a6cee3\",\"#1f78b4\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#cab2d6\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#bbd3a5\",\"#b2df8a\",\"#b2df8a\",\"#b2df8a\",\"#33a02c\",\"#fdbf6f\",\"#bbbb88\",\"#a6cee3\",\"#1f78b4\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#6a3d9a\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#e08e79\",\"#bbd3a5\",\"#b2df8a\",\"#b2df8a\",\"#b2df8a\",\"#b2df8a\",\"#fdbf6f\",\"#bbbb88\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"x\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEP9mCKwciBAYXPAOVrQWkdKK0HpQ2gtKEDbfVzQGkBKC0CpSWgtAyUVoDSSlBaBUqrQWmNYe4eertr1P/09j8AdI9wyrADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"y\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/2NgAIEP9gwoNIMDZTQHhbTAIKNFBhktgYNWpDMtMUC0DA5amc60DN1pALLIEi+wAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"name_seriesFr\",{\"type\":\"ndarray\",\"array\":[\"Non m\\u00e9tal\",\"Gaz noble\",\"M\\u00e9tal alcalin\",\"M\\u00e9tal alcalino-terreux\",\"M\\u00e9tallo\\u00efde\",\"Non m\\u00e9tal\",\"Non m\\u00e9tal\",\"Non m\\u00e9tal\",\"Halog\\u00e8ne\",\"Gaz noble\",\"M\\u00e9tal alcalin\",\"M\\u00e9tal alcalino-terreux\",\"M\\u00e9tal pauvre\",\"M\\u00e9tallo\\u00efde\",\"Non m\\u00e9tal\",\"Non m\\u00e9tal\",\"Halog\\u00e8ne\",\"Gaz noble\",\"M\\u00e9tal alcalin\",\"M\\u00e9tal alcalino-terreux\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal\",\"M\\u00e9tal pauvre\",\"M\\u00e9tallo\\u00efde\",\"M\\u00e9tallo\\u00efde\",\"Non m\\u00e9tal\",\"Halog\\u00e8ne\",\"Gaz noble\",\"M\\u00e9tal alcalin\",\"M\\u00e9tal alcalino-terreux\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal\",\"M\\u00e9tal pauvre\",\"M\\u00e9tal pauvre\",\"M\\u00e9tallo\\u00efde\",\"M\\u00e9tallo\\u00efde\",\"Halog\\u00e8ne\",\"Gaz noble\",\"M\\u00e9tal alcalin\",\"M\\u00e9tal alcalino-terreux\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"Lanthanide\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal\",\"M\\u00e9tal pauvre\",\"M\\u00e9tal pauvre\",\"M\\u00e9tal pauvre\",\"M\\u00e9tallo\\u00efde\",\"Halog\\u00e8ne\",\"Gaz noble\",\"M\\u00e9tal alcalin\",\"M\\u00e9tal alcalino-terreux\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"Actinide\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal de transition\",\"M\\u00e9tal\",\"M\\u00e9tal pauvre\",\"M\\u00e9tal pauvre\",\"M\\u00e9tal pauvre\",\"M\\u00e9tal pauvre\",\"Halog\\u00e8ne\",\"Gaz noble\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"nom\",{\"type\":\"ndarray\",\"array\":[\"Hydrog\\u00e8ne\",\"H\\u00e9lium\",\"Lithium\",\"B\\u00e9ryllium\",\"Bore\",\"Carbone\",\"Azote\",\"Oxyg\\u00e8ne\",\"Fluor\",\"N\\u00e9on\",\"Sodium\",\"Magn\\u00e9sium\",\"Aluminium\",\"Silicium\",\"Phosphore\",\"Soufre\",\"Chlore\",\"Argon\",\"Potassium\",\"Calcium\",\"Scandium\",\"Titane\",\"Vanadium\",\"Chrome\",\"Mangan\\u00e8se\",\"Fer\",\"Cobalt\",\"Nickel\",\"Cuivre\",\"Zinc\",\"Gallium\",\"Germanium\",\"Arsenic\",\"S\\u00e9l\\u00e9nium\",\"Brome\",\"Krypton\",\"Rubidium\",\"Strontium\",\"Yttrium\",\"Zirconium\",\"Niobium\",\"Molybd\\u00e8ne\",\"Techn\\u00e9tium\",\"Ruth\\u00e9nium\",\"Rhodium\",\"Palladium\",\"Argent\",\"Cadmium\",\"Indium\",\"\\u00c9tain\",\"Antimoine\",\"Tellure\",\"Iode\",\"X\\u00e9non\",\"C\\u00e9sium\",\"Baryum\",\"Lanthane\",\"C\\u00e9rium\",\"Pras\\u00e9odyme\",\"N\\u00e9odyme\",\"Prom\\u00e9thium\",\"Samarium\",\"Europium\",\"Gadolinium\",\"Terbium\",\"Dysprosium\",\"Holmium\",\"Erbium\",\"Thulium\",\"Ytterbium\",\"Lutetium\",\"Hafnium\",\"Tantale\",\"Tungst\\u00e8ne\",\"Rh\\u00e9nium\",\"Osmium\",\"Iridium\",\"Platine\",\"Or\",\"Mercure\",\"Thallium\",\"Plomb\",\"Bismuth\",\"Polonium\",\"Astate\",\"Radon\",\"Francium\",\"Radium\",\"Actinium\",\"Thorium\",\"Protactinium\",\"Uranium\",\"Neptunium\",\"Plutonium\",\"Americium\",\"Curium\",\"Berkelium\",\"Californium\",\"Einsteinium\",\"Fermium\",\"Mendelevium\",\"Nobelium\",\"Lawrencium\",\"Rutherfordium\",\"Dubnium\",\"Seaborgium\",\"Bohrium\",\"Hassium\",\"Meitnerium\",\"Darmstadtium\",\"Roentgenium\",\"Copernicium\",\"Nihonium\",\"Flerovium\",\"Moscovium\",\"Livermorium\",\"Tennesse\",\"Oganesson\"],\"shape\":[118],\"dtype\":\"object\",\"order\":\"little\"}],[\"Ei1\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/63R60+TBxQGcBItMJS1zLbv25b37dUWVi4FhzIEfIJgR8OqgJqGoEXjZV4wgHVyE2SxOOMGKIK0cRlK1V2ENQ4nSEEFgwriTKCAxFFggwoNw81sQoIiEv4Ef1+eb+c5OeeKB4exJ1QJ3YZNIn1lOFzWXTbqDAdpzitd4ZclSAmI+7eiSgSaM3c01ijH6+/b8nN8AhESk12fGakEyOy/ow6GQIOEVmNZGF5qO1X7S9h4/Nr+Z0sFjTzL3fT0fwiIJ6LdfvxchIo+zfOgGRnUR1lrkxtk+Ib56/n0KX94afufuk4EI1Ay+bI31Qd27+UejsMkHgqXR76K5iPrqsH6ZqMA/l1jmeQsH5sjdHNOlgClI75HDDYKPzTNVokuCGHrjMtXFAsR1lAbGFlKo9Fx0e+Jk4Y99ZCq56EE2LjEPX6OQM9XxDGGSYivjSndtnIp5NRo2uoiKdo3aet/rlbgl652zaM5JfJ+P+uz4wYLkeGrtpy+z4VhomNvziCJrQEFybpTfMSps2aYHwigq02YvrzdF1XBwXeic33xpid7XJ5JofqUdXjcTmHYM8n/y2siFOml8SwtDWv4hRn7rBi72RmGiJUEBhkar4A0Ch4Fm9sK1ohhyB38lsGQYH1J7V5PpwyuILMjN8YPHfIHyxrkTHw6MmBu6WdjbJ3F0aLl4rvj8tZiBRf8xAFB/jAHZtM8Hhdc8votezIXfz2TP1OWL+5fx8WOtm7lbhOJGmnj7EkDAXvn1CemuwRshnJyKZeEk7r6/LNDJMyxzUPdNhIhjx0nYpbyoI9hnCTqOThnOSB3JAjwIrGwuTWUhsq7TX3PIMQX65Jii7cIUQJbnX5IhFGFPZqaEmOy3/Oea0KM+/+nPMk7LIF785pityEZHPHWP0bmez42N0vqfqKgf7FPu102f7ehnXHevSIkzr+j7JIE13xTdq0tXInBhEpLvoaF6es1CgHFwcVAZ1KqkQNTU2UZM4KH0tb//FJLCTQpmMtutJMooW/fHGfy4BW0tSeNT0L10UBW0CgBnVuy+4fTBCa9W1SmDhIz/duqLSIebu4sfBqVw4PbAj6SGmijK5GPjN8aQ6KK+OiryYjy6lsBdp16OJdNYtUCwWIK0fXoHRp7FtCLc6YL31e+BeI4mrSwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"y_anumber\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/0tLA4Fn9mlQ2hgMfpNNz5oJAqwOlNG8g4Y+ewYEhAYZLYZBQ+JPgW40LnfQh5bCoCHuUqIbjcsdtKYBNvR0HrADAAA=\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"y_name\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/zM2BoHP9sZQetZMEGB0oIzmJJs+ewYEBAYZLTLIaAkMOg0MFOlG43IHfWgZDBriLmW60bjcQWsaAPCvWFWwAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"y_prop\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/5s1EwS+2s+C0mfPgACTA2U0F9l0GhgIDjJadJDRkhi0MQhsVqQbjcsd9KFlMWiIu5TpRuNyB61pANlq9JewAwAA\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}],[\"display_attribute\",{\"type\":\"ndarray\",\"array\":{\"type\":\"bytes\",\"data\":\"H4sIAAEAAAAC/12SaUiUYRDHTUsrIhaxCMsUqdgOsiIzu/zLeiRmu7oeq6z67rqurq2mdolJBxIRKhUSkaW5RBeU+EFEK2S7I0vsgJCwFKktMtkSE7Os53EmAufL751n5pmZ/zxv8sDl8w+C3BG6mrNFvl4q3B9RG0/eW4hG/5DeJd7BCDz2JbGtYSl8K51PHTPUEIdHz3itwp78018r/oQw16Eptr/cb/V6bJ395lLx7w3k79yImTcWZVjGN+GHLDtvC14lmFWGsW3YLsJNPkDdOWHtkXyugaiuqarWIKrK7hqfFYWhiojQrPIYfOgOfjs2FIvDBXf21pbFcd84fH8pLpbFQ1QfUQ/GQ163H0iAqBbeYkhAT9eofuChFm2LhRCDDlJGdFEi+eokZN2Km+N5O4n0duihTDbSY3Ifw8nodES3Dmem0LyuFJorPBX7ahdMT+1KZT8Nz58J+5WGUFmw3AA/uYCodIq3p+OgPKjLgGXze23NaAZeiC6H/I1YKxfUYqS93cxEyeRHFqzSPmbTPO3Z2BF2IlKxKVguhV5QINQ92b/CRL7RhLtCVmulCXKsufUmyHCHjxnuq4/iwwLMGEwUijvN8Fx5fH7PhBke0q7l0P57c8jXWeid6i2IkEI+WWh/Abk0nyMXha7x69/e5dI+tFbaQ4OV9P20Qra9GJMH+RzGx3mU752PK+Ivazbnk9/A9LXRu1XbWK+N7gUW0DxBTDCdu4h9TNiJip10TivExOuyz8v67WguFT+Is5DijcwjRZzP7JtCZTfnMVXFPAdzDVNhNjOdTPe//BJiN/tg/9QUdjP7mKpSogdTx1T+8y+Pkk80sAMAAA==\"},\"shape\":[118],\"dtype\":\"float64\",\"order\":\"little\"}]]}}},\"view\":{\"type\":\"object\",\"name\":\"CDSView\",\"id\":\"p1045\",\"attributes\":{\"filter\":{\"type\":\"object\",\"name\":\"AllIndices\",\"id\":\"p1046\"}}},\"glyph\":{\"type\":\"object\",\"name\":\"Rect\",\"id\":\"p1041\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y\"},\"width\":{\"type\":\"value\",\"value\":0.9},\"height\":{\"type\":\"value\",\"value\":0.9},\"line_color\":{\"type\":\"field\",\"field\":\"color\"},\"fill_color\":{\"type\":\"field\",\"field\":\"color\"},\"fill_alpha\":{\"type\":\"value\",\"value\":0.6},\"hatch_color\":{\"type\":\"field\",\"field\":\"color\"}}},\"nonselection_glyph\":{\"type\":\"object\",\"name\":\"Rect\",\"id\":\"p1042\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y\"},\"width\":{\"type\":\"value\",\"value\":0.9},\"height\":{\"type\":\"value\",\"value\":0.9},\"line_color\":{\"type\":\"field\",\"field\":\"color\"},\"line_alpha\":{\"type\":\"value\",\"value\":0.1},\"fill_color\":{\"type\":\"field\",\"field\":\"color\"},\"fill_alpha\":{\"type\":\"value\",\"value\":0.1},\"hatch_color\":{\"type\":\"field\",\"field\":\"color\"},\"hatch_alpha\":{\"type\":\"value\",\"value\":0.1}}},\"muted_glyph\":{\"type\":\"object\",\"name\":\"Rect\",\"id\":\"p1043\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y\"},\"width\":{\"type\":\"value\",\"value\":0.9},\"height\":{\"type\":\"value\",\"value\":0.9},\"line_color\":{\"type\":\"field\",\"field\":\"color\"},\"line_alpha\":{\"type\":\"value\",\"value\":0.2},\"fill_color\":{\"type\":\"field\",\"field\":\"color\"},\"fill_alpha\":{\"type\":\"value\",\"value\":0.2},\"hatch_color\":{\"type\":\"field\",\"field\":\"color\"},\"hatch_alpha\":{\"type\":\"value\",\"value\":0.2}}}}},{\"type\":\"object\",\"name\":\"GlyphRenderer\",\"id\":\"p1054\",\"attributes\":{\"data_source\":{\"id\":\"p1008\"},\"view\":{\"type\":\"object\",\"name\":\"CDSView\",\"id\":\"p1055\",\"attributes\":{\"filter\":{\"type\":\"object\",\"name\":\"AllIndices\",\"id\":\"p1056\"}}},\"glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1051\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y\"},\"text\":{\"type\":\"field\",\"field\":\"symbol\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_font_size\":{\"type\":\"value\",\"value\":\"15pt\"},\"text_font_style\":{\"type\":\"value\",\"value\":\"bold\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"nonselection_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1052\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y\"},\"text\":{\"type\":\"field\",\"field\":\"symbol\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.1},\"text_font_size\":{\"type\":\"value\",\"value\":\"15pt\"},\"text_font_style\":{\"type\":\"value\",\"value\":\"bold\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"muted_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1053\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y\"},\"text\":{\"type\":\"field\",\"field\":\"symbol\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.2},\"text_font_size\":{\"type\":\"value\",\"value\":\"15pt\"},\"text_font_style\":{\"type\":\"value\",\"value\":\"bold\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}}}},{\"type\":\"object\",\"name\":\"GlyphRenderer\",\"id\":\"p1063\",\"attributes\":{\"data_source\":{\"id\":\"p1008\"},\"view\":{\"type\":\"object\",\"name\":\"CDSView\",\"id\":\"p1064\",\"attributes\":{\"filter\":{\"type\":\"object\",\"name\":\"AllIndices\",\"id\":\"p1065\"}}},\"glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1060\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_anumber\"},\"text\":{\"type\":\"field\",\"field\":\"atomic_number\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_font_size\":{\"type\":\"value\",\"value\":\"9pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"nonselection_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1061\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_anumber\"},\"text\":{\"type\":\"field\",\"field\":\"atomic_number\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.1},\"text_font_size\":{\"type\":\"value\",\"value\":\"9pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"muted_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1062\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_anumber\"},\"text\":{\"type\":\"field\",\"field\":\"atomic_number\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.2},\"text_font_size\":{\"type\":\"value\",\"value\":\"9pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}}}},{\"type\":\"object\",\"name\":\"GlyphRenderer\",\"id\":\"p1072\",\"attributes\":{\"data_source\":{\"id\":\"p1008\"},\"view\":{\"type\":\"object\",\"name\":\"CDSView\",\"id\":\"p1073\",\"attributes\":{\"filter\":{\"type\":\"object\",\"name\":\"AllIndices\",\"id\":\"p1074\"}}},\"glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1069\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_name\"},\"text\":{\"type\":\"field\",\"field\":\"name\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_font_size\":{\"type\":\"value\",\"value\":\"6pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"nonselection_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1070\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_name\"},\"text\":{\"type\":\"field\",\"field\":\"name\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.1},\"text_font_size\":{\"type\":\"value\",\"value\":\"6pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"muted_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1071\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_name\"},\"text\":{\"type\":\"field\",\"field\":\"name\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.2},\"text_font_size\":{\"type\":\"value\",\"value\":\"6pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}}}},{\"type\":\"object\",\"name\":\"GlyphRenderer\",\"id\":\"p1081\",\"attributes\":{\"data_source\":{\"id\":\"p1008\"},\"view\":{\"type\":\"object\",\"name\":\"CDSView\",\"id\":\"p1082\",\"attributes\":{\"filter\":{\"type\":\"object\",\"name\":\"AllIndices\",\"id\":\"p1083\"}}},\"glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1078\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_prop\"},\"text\":{\"type\":\"field\",\"field\":\"display_attribute\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_font_size\":{\"type\":\"value\",\"value\":\"7pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"nonselection_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1079\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_prop\"},\"text\":{\"type\":\"field\",\"field\":\"display_attribute\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.1},\"text_font_size\":{\"type\":\"value\",\"value\":\"7pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}},\"muted_glyph\":{\"type\":\"object\",\"name\":\"Text\",\"id\":\"p1080\",\"attributes\":{\"x\":{\"type\":\"field\",\"field\":\"x\"},\"y\":{\"type\":\"field\",\"field\":\"y_prop\"},\"text\":{\"type\":\"field\",\"field\":\"display_attribute\"},\"text_color\":{\"type\":\"value\",\"value\":\"black\"},\"text_alpha\":{\"type\":\"value\",\"value\":0.2},\"text_font_size\":{\"type\":\"value\",\"value\":\"7pt\"},\"text_align\":{\"type\":\"value\",\"value\":\"center\"},\"text_baseline\":{\"type\":\"value\",\"value\":\"middle\"}}}}}],\"toolbar\":{\"type\":\"object\",\"name\":\"Toolbar\",\"id\":\"p1020\",\"attributes\":{\"tools\":[{\"type\":\"object\",\"name\":\"HoverTool\",\"id\":\"p1035\",\"attributes\":{\"renderers\":\"auto\",\"tooltips\":[[\"nom\",\"@nom\"],[\"name\",\"@name\"],[\"famille\",\"@name_seriesFr\"],[\"num\\u00e9ro atomique\",\"@atomic_number\"],[\"masse molaire\",\"@atomic_weight\"],[\"rayon atomique\",\"@atomic_radius\"],[\"\\u00e9nergie de premi\\u00e8re ionisation\",\"@Ei1\"],[\"affinit\\u00e9 \\u00e9lectronique\",\"@electron_affinity\"],[\"EN Pauling\",\"@en_pauling\"],[\"CEF\",\"@electronic_configuration\"]],\"sort_by\":null}},{\"type\":\"object\",\"name\":\"SaveTool\",\"id\":\"p1036\"},{\"type\":\"object\",\"name\":\"ResetTool\",\"id\":\"p1037\"}]}},\"toolbar_location\":\"above\",\"toolbar_sticky\":false,\"left\":[{\"type\":\"object\",\"name\":\"LinearAxis\",\"id\":\"p1030\",\"attributes\":{\"bounds\":[1,7],\"ticker\":{\"type\":\"object\",\"name\":\"BasicTicker\",\"id\":\"p1031\",\"attributes\":{\"num_minor_ticks\":0,\"mantissas\":[1,2,5]}},\"formatter\":{\"type\":\"object\",\"name\":\"BasicTickFormatter\",\"id\":\"p1032\"},\"major_label_policy\":{\"type\":\"object\",\"name\":\"AllLabels\",\"id\":\"p1033\"}}}],\"above\":[{\"type\":\"object\",\"name\":\"LinearAxis\",\"id\":\"p1025\",\"attributes\":{\"ticker\":{\"type\":\"object\",\"name\":\"FixedTicker\",\"id\":\"p1047\",\"attributes\":{\"ticks\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],\"minor_ticks\":[]}},\"formatter\":{\"type\":\"object\",\"name\":\"BasicTickFormatter\",\"id\":\"p1027\"},\"major_label_policy\":{\"type\":\"object\",\"name\":\"AllLabels\",\"id\":\"p1028\"}}}],\"center\":[{\"type\":\"object\",\"name\":\"Grid\",\"id\":\"p1029\",\"attributes\":{\"axis\":{\"id\":\"p1025\"},\"grid_line_color\":null}},{\"type\":\"object\",\"name\":\"Grid\",\"id\":\"p1034\",\"attributes\":{\"dimension\":1,\"axis\":{\"id\":\"p1030\"},\"grid_line_color\":null}}]}}]}};\n",
3300
+ " const render_items = [{\"docid\":\"304b7cc2-0707-41c0-ad81-f7400af80f66\",\"roots\":{\"p1011\":\"cfae3ca1-47d4-46d7-ad35-5076e1713f4a\"},\"root_ids\":[\"p1011\"]}];\n",
3301
+ " void root.Bokeh.embed.embed_items_notebook(docs_json, render_items);\n",
3302
+ " }\n",
3303
+ " if (root.Bokeh !== undefined) {\n",
3304
+ " embed_document(root);\n",
3305
+ " } else {\n",
3306
+ " let attempts = 0;\n",
3307
+ " const timer = setInterval(function(root) {\n",
3308
+ " if (root.Bokeh !== undefined) {\n",
3309
+ " clearInterval(timer);\n",
3310
+ " embed_document(root);\n",
3311
+ " } else {\n",
3312
+ " attempts++;\n",
3313
+ " if (attempts > 100) {\n",
3314
+ " clearInterval(timer);\n",
3315
+ " console.log(\"Bokeh: ERROR: Unable to run BokehJS code because BokehJS library is missing\");\n",
3316
+ " }\n",
3317
+ " }\n",
3318
+ " }, 10, root)\n",
3319
+ " }\n",
3320
+ "})(window);"
3321
+ ],
3322
+ "application/vnd.bokehjs_exec.v0+json": ""
3323
+ },
3324
+ "metadata": {
3325
+ "application/vnd.bokehjs_exec.v0+json": {
3326
+ "id": "p1011"
3327
+ }
3328
+ },
3329
+ "output_type": "display_data"
3330
+ }
3331
+ ],
3332
+ "source": [
3333
+ "from pyphyschemtools import TableauPeriodique\n",
3334
+ "\n",
3335
+ "tp = TableauPeriodique()\n",
3336
+ "tp.afficher()"
3337
+ ]
3338
+ },
3339
+ {
3340
+ "cell_type": "markdown",
3341
+ "id": "41366674-a108-4fc2-b3cb-0ac943c66b59",
3342
+ "metadata": {},
3343
+ "source": [
3344
+ "#### Évolution des propriétés des éléments, périodicité"
3345
+ ]
3346
+ },
3347
+ {
3348
+ "cell_type": "code",
3349
+ "execution_count": 2,
3350
+ "id": "61d371ef-36b3-423a-bd7d-960c287c00e9",
3351
+ "metadata": {},
3352
+ "outputs": [
3353
+ {
3354
+ "data": {
3355
+ "text/html": [
3356
+ "<div>\n",
3357
+ "<style scoped>\n",
3358
+ " .dataframe tbody tr th:only-of-type {\n",
3359
+ " vertical-align: middle;\n",
3360
+ " }\n",
3361
+ "\n",
3362
+ " .dataframe tbody tr th {\n",
3363
+ " vertical-align: top;\n",
3364
+ " }\n",
3365
+ "\n",
3366
+ " .dataframe thead th {\n",
3367
+ " text-align: right;\n",
3368
+ " }\n",
3369
+ "</style>\n",
3370
+ "<table border=\"1\" class=\"dataframe\">\n",
3371
+ " <thead>\n",
3372
+ " <tr style=\"text-align: right;\">\n",
3373
+ " <th></th>\n",
3374
+ " <th>atomic_number</th>\n",
3375
+ " <th>atomic_radius</th>\n",
3376
+ " <th>block</th>\n",
3377
+ " <th>density</th>\n",
3378
+ " <th>description</th>\n",
3379
+ " <th>dipole_polarizability</th>\n",
3380
+ " <th>electron_affinity</th>\n",
3381
+ " <th>electronic_configuration</th>\n",
3382
+ " <th>evaporation_heat</th>\n",
3383
+ " <th>fusion_heat</th>\n",
3384
+ " <th>...</th>\n",
3385
+ " <th>color</th>\n",
3386
+ " <th>x</th>\n",
3387
+ " <th>y</th>\n",
3388
+ " <th>name_seriesFr</th>\n",
3389
+ " <th>nom</th>\n",
3390
+ " <th>Ei1</th>\n",
3391
+ " <th>y_anumber</th>\n",
3392
+ " <th>y_name</th>\n",
3393
+ " <th>y_prop</th>\n",
3394
+ " <th>display_attribute</th>\n",
3395
+ " </tr>\n",
3396
+ " </thead>\n",
3397
+ " <tbody>\n",
3398
+ " <tr>\n",
3399
+ " <th>0</th>\n",
3400
+ " <td>1</td>\n",
3401
+ " <td>25.0</td>\n",
3402
+ " <td>s</td>\n",
3403
+ " <td>0.000082</td>\n",
3404
+ " <td>Colourless, odourless gaseous chemical element...</td>\n",
3405
+ " <td>4.50711</td>\n",
3406
+ " <td>0.754195</td>\n",
3407
+ " <td>1s</td>\n",
3408
+ " <td>0.904</td>\n",
3409
+ " <td>0.117</td>\n",
3410
+ " <td>...</td>\n",
3411
+ " <td>#baa2a6</td>\n",
3412
+ " <td>1.0</td>\n",
3413
+ " <td>1.0</td>\n",
3414
+ " <td>Non métal</td>\n",
3415
+ " <td>Hydrogène</td>\n",
3416
+ " <td>13.598435</td>\n",
3417
+ " <td>0.7</td>\n",
3418
+ " <td>1.2</td>\n",
3419
+ " <td>1.35</td>\n",
3420
+ " <td>1.008</td>\n",
3421
+ " </tr>\n",
3422
+ " <tr>\n",
3423
+ " <th>1</th>\n",
3424
+ " <td>2</td>\n",
3425
+ " <td>120.0</td>\n",
3426
+ " <td>s</td>\n",
3427
+ " <td>0.000164</td>\n",
3428
+ " <td>Colourless, odourless gaseous nonmetallic elem...</td>\n",
3429
+ " <td>1.38375</td>\n",
3430
+ " <td>-19.700000</td>\n",
3431
+ " <td>1s2</td>\n",
3432
+ " <td>0.080</td>\n",
3433
+ " <td>NaN</td>\n",
3434
+ " <td>...</td>\n",
3435
+ " <td>#bbbb88</td>\n",
3436
+ " <td>18.0</td>\n",
3437
+ " <td>1.0</td>\n",
3438
+ " <td>Gaz noble</td>\n",
3439
+ " <td>Hélium</td>\n",
3440
+ " <td>24.587389</td>\n",
3441
+ " <td>0.7</td>\n",
3442
+ " <td>1.2</td>\n",
3443
+ " <td>1.35</td>\n",
3444
+ " <td>4.003</td>\n",
3445
+ " </tr>\n",
3446
+ " <tr>\n",
3447
+ " <th>2</th>\n",
3448
+ " <td>3</td>\n",
3449
+ " <td>145.0</td>\n",
3450
+ " <td>s</td>\n",
3451
+ " <td>0.534000</td>\n",
3452
+ " <td>Socket silvery metal. First member of group 1 ...</td>\n",
3453
+ " <td>164.11250</td>\n",
3454
+ " <td>0.618049</td>\n",
3455
+ " <td>[He] 2s</td>\n",
3456
+ " <td>148.000</td>\n",
3457
+ " <td>2.890</td>\n",
3458
+ " <td>...</td>\n",
3459
+ " <td>#a6cee3</td>\n",
3460
+ " <td>1.0</td>\n",
3461
+ " <td>2.0</td>\n",
3462
+ " <td>Métal alcalin</td>\n",
3463
+ " <td>Lithium</td>\n",
3464
+ " <td>5.391715</td>\n",
3465
+ " <td>1.7</td>\n",
3466
+ " <td>2.2</td>\n",
3467
+ " <td>2.35</td>\n",
3468
+ " <td>6.940</td>\n",
3469
+ " </tr>\n",
3470
+ " <tr>\n",
3471
+ " <th>3</th>\n",
3472
+ " <td>4</td>\n",
3473
+ " <td>105.0</td>\n",
3474
+ " <td>s</td>\n",
3475
+ " <td>1.850000</td>\n",
3476
+ " <td>Grey metallic element of group 2 of the period...</td>\n",
3477
+ " <td>37.74000</td>\n",
3478
+ " <td>-2.400000</td>\n",
3479
+ " <td>[He] 2s2</td>\n",
3480
+ " <td>309.000</td>\n",
3481
+ " <td>12.210</td>\n",
3482
+ " <td>...</td>\n",
3483
+ " <td>#1f78b4</td>\n",
3484
+ " <td>2.0</td>\n",
3485
+ " <td>2.0</td>\n",
3486
+ " <td>Métal alcalino-terreux</td>\n",
3487
+ " <td>Béryllium</td>\n",
3488
+ " <td>9.322699</td>\n",
3489
+ " <td>1.7</td>\n",
3490
+ " <td>2.2</td>\n",
3491
+ " <td>2.35</td>\n",
3492
+ " <td>9.012</td>\n",
3493
+ " </tr>\n",
3494
+ " <tr>\n",
3495
+ " <th>4</th>\n",
3496
+ " <td>5</td>\n",
3497
+ " <td>85.0</td>\n",
3498
+ " <td>p</td>\n",
3499
+ " <td>2.340000</td>\n",
3500
+ " <td>An element of group 13 of the periodic table. ...</td>\n",
3501
+ " <td>20.50000</td>\n",
3502
+ " <td>0.279723</td>\n",
3503
+ " <td>[He] 2s2 2p</td>\n",
3504
+ " <td>504.500</td>\n",
3505
+ " <td>23.600</td>\n",
3506
+ " <td>...</td>\n",
3507
+ " <td>#33a02c</td>\n",
3508
+ " <td>13.0</td>\n",
3509
+ " <td>2.0</td>\n",
3510
+ " <td>Métalloïde</td>\n",
3511
+ " <td>Bore</td>\n",
3512
+ " <td>8.298019</td>\n",
3513
+ " <td>1.7</td>\n",
3514
+ " <td>2.2</td>\n",
3515
+ " <td>2.35</td>\n",
3516
+ " <td>10.810</td>\n",
3517
+ " </tr>\n",
3518
+ " <tr>\n",
3519
+ " <th>...</th>\n",
3520
+ " <td>...</td>\n",
3521
+ " <td>...</td>\n",
3522
+ " <td>...</td>\n",
3523
+ " <td>...</td>\n",
3524
+ " <td>...</td>\n",
3525
+ " <td>...</td>\n",
3526
+ " <td>...</td>\n",
3527
+ " <td>...</td>\n",
3528
+ " <td>...</td>\n",
3529
+ " <td>...</td>\n",
3530
+ " <td>...</td>\n",
3531
+ " <td>...</td>\n",
3532
+ " <td>...</td>\n",
3533
+ " <td>...</td>\n",
3534
+ " <td>...</td>\n",
3535
+ " <td>...</td>\n",
3536
+ " <td>...</td>\n",
3537
+ " <td>...</td>\n",
3538
+ " <td>...</td>\n",
3539
+ " <td>...</td>\n",
3540
+ " <td>...</td>\n",
3541
+ " </tr>\n",
3542
+ " <tr>\n",
3543
+ " <th>113</th>\n",
3544
+ " <td>114</td>\n",
3545
+ " <td>NaN</td>\n",
3546
+ " <td>p</td>\n",
3547
+ " <td>9.928000</td>\n",
3548
+ " <td>NaN</td>\n",
3549
+ " <td>31.00000</td>\n",
3550
+ " <td>NaN</td>\n",
3551
+ " <td>[Rn] 5f14 6d10 7s2 7p2</td>\n",
3552
+ " <td>NaN</td>\n",
3553
+ " <td>NaN</td>\n",
3554
+ " <td>...</td>\n",
3555
+ " <td>#b2df8a</td>\n",
3556
+ " <td>14.0</td>\n",
3557
+ " <td>7.0</td>\n",
3558
+ " <td>Métal pauvre</td>\n",
3559
+ " <td>Flerovium</td>\n",
3560
+ " <td>NaN</td>\n",
3561
+ " <td>6.7</td>\n",
3562
+ " <td>7.2</td>\n",
3563
+ " <td>7.35</td>\n",
3564
+ " <td>289.000</td>\n",
3565
+ " </tr>\n",
3566
+ " <tr>\n",
3567
+ " <th>114</th>\n",
3568
+ " <td>115</td>\n",
3569
+ " <td>NaN</td>\n",
3570
+ " <td>p</td>\n",
3571
+ " <td>13.500000</td>\n",
3572
+ " <td>NaN</td>\n",
3573
+ " <td>71.00000</td>\n",
3574
+ " <td>NaN</td>\n",
3575
+ " <td>[Rn] 5f14 6d10 7s2 7p3</td>\n",
3576
+ " <td>NaN</td>\n",
3577
+ " <td>NaN</td>\n",
3578
+ " <td>...</td>\n",
3579
+ " <td>#b2df8a</td>\n",
3580
+ " <td>15.0</td>\n",
3581
+ " <td>7.0</td>\n",
3582
+ " <td>Métal pauvre</td>\n",
3583
+ " <td>Moscovium</td>\n",
3584
+ " <td>NaN</td>\n",
3585
+ " <td>6.7</td>\n",
3586
+ " <td>7.2</td>\n",
3587
+ " <td>7.35</td>\n",
3588
+ " <td>288.000</td>\n",
3589
+ " </tr>\n",
3590
+ " <tr>\n",
3591
+ " <th>115</th>\n",
3592
+ " <td>116</td>\n",
3593
+ " <td>NaN</td>\n",
3594
+ " <td>p</td>\n",
3595
+ " <td>12.900000</td>\n",
3596
+ " <td>NaN</td>\n",
3597
+ " <td>NaN</td>\n",
3598
+ " <td>NaN</td>\n",
3599
+ " <td>[Rn] 5f14 6d10 7s2 7p4</td>\n",
3600
+ " <td>NaN</td>\n",
3601
+ " <td>NaN</td>\n",
3602
+ " <td>...</td>\n",
3603
+ " <td>#b2df8a</td>\n",
3604
+ " <td>16.0</td>\n",
3605
+ " <td>7.0</td>\n",
3606
+ " <td>Métal pauvre</td>\n",
3607
+ " <td>Livermorium</td>\n",
3608
+ " <td>NaN</td>\n",
3609
+ " <td>6.7</td>\n",
3610
+ " <td>7.2</td>\n",
3611
+ " <td>7.35</td>\n",
3612
+ " <td>293.000</td>\n",
3613
+ " </tr>\n",
3614
+ " <tr>\n",
3615
+ " <th>116</th>\n",
3616
+ " <td>117</td>\n",
3617
+ " <td>NaN</td>\n",
3618
+ " <td>p</td>\n",
3619
+ " <td>7.200000</td>\n",
3620
+ " <td>NaN</td>\n",
3621
+ " <td>76.00000</td>\n",
3622
+ " <td>NaN</td>\n",
3623
+ " <td>[Rn] 5f14 6d10 7s2 7p5</td>\n",
3624
+ " <td>NaN</td>\n",
3625
+ " <td>NaN</td>\n",
3626
+ " <td>...</td>\n",
3627
+ " <td>#fdbf6f</td>\n",
3628
+ " <td>17.0</td>\n",
3629
+ " <td>7.0</td>\n",
3630
+ " <td>Halogène</td>\n",
3631
+ " <td>Tennesse</td>\n",
3632
+ " <td>NaN</td>\n",
3633
+ " <td>6.7</td>\n",
3634
+ " <td>7.2</td>\n",
3635
+ " <td>7.35</td>\n",
3636
+ " <td>294.000</td>\n",
3637
+ " </tr>\n",
3638
+ " <tr>\n",
3639
+ " <th>117</th>\n",
3640
+ " <td>118</td>\n",
3641
+ " <td>NaN</td>\n",
3642
+ " <td>p</td>\n",
3643
+ " <td>7.000000</td>\n",
3644
+ " <td>NaN</td>\n",
3645
+ " <td>58.00000</td>\n",
3646
+ " <td>0.056000</td>\n",
3647
+ " <td>[Rn] 5f14 6d10 7s2 7p6</td>\n",
3648
+ " <td>NaN</td>\n",
3649
+ " <td>NaN</td>\n",
3650
+ " <td>...</td>\n",
3651
+ " <td>#bbbb88</td>\n",
3652
+ " <td>18.0</td>\n",
3653
+ " <td>7.0</td>\n",
3654
+ " <td>Gaz noble</td>\n",
3655
+ " <td>Oganesson</td>\n",
3656
+ " <td>NaN</td>\n",
3657
+ " <td>6.7</td>\n",
3658
+ " <td>7.2</td>\n",
3659
+ " <td>7.35</td>\n",
3660
+ " <td>294.000</td>\n",
3661
+ " </tr>\n",
3662
+ " </tbody>\n",
3663
+ "</table>\n",
3664
+ "<p>118 rows × 94 columns</p>\n",
3665
+ "</div>"
3666
+ ],
3667
+ "text/plain": [
3668
+ " atomic_number atomic_radius block density \\\n",
3669
+ "0 1 25.0 s 0.000082 \n",
3670
+ "1 2 120.0 s 0.000164 \n",
3671
+ "2 3 145.0 s 0.534000 \n",
3672
+ "3 4 105.0 s 1.850000 \n",
3673
+ "4 5 85.0 p 2.340000 \n",
3674
+ ".. ... ... ... ... \n",
3675
+ "113 114 NaN p 9.928000 \n",
3676
+ "114 115 NaN p 13.500000 \n",
3677
+ "115 116 NaN p 12.900000 \n",
3678
+ "116 117 NaN p 7.200000 \n",
3679
+ "117 118 NaN p 7.000000 \n",
3680
+ "\n",
3681
+ " description dipole_polarizability \\\n",
3682
+ "0 Colourless, odourless gaseous chemical element... 4.50711 \n",
3683
+ "1 Colourless, odourless gaseous nonmetallic elem... 1.38375 \n",
3684
+ "2 Socket silvery metal. First member of group 1 ... 164.11250 \n",
3685
+ "3 Grey metallic element of group 2 of the period... 37.74000 \n",
3686
+ "4 An element of group 13 of the periodic table. ... 20.50000 \n",
3687
+ ".. ... ... \n",
3688
+ "113 NaN 31.00000 \n",
3689
+ "114 NaN 71.00000 \n",
3690
+ "115 NaN NaN \n",
3691
+ "116 NaN 76.00000 \n",
3692
+ "117 NaN 58.00000 \n",
3693
+ "\n",
3694
+ " electron_affinity electronic_configuration evaporation_heat \\\n",
3695
+ "0 0.754195 1s 0.904 \n",
3696
+ "1 -19.700000 1s2 0.080 \n",
3697
+ "2 0.618049 [He] 2s 148.000 \n",
3698
+ "3 -2.400000 [He] 2s2 309.000 \n",
3699
+ "4 0.279723 [He] 2s2 2p 504.500 \n",
3700
+ ".. ... ... ... \n",
3701
+ "113 NaN [Rn] 5f14 6d10 7s2 7p2 NaN \n",
3702
+ "114 NaN [Rn] 5f14 6d10 7s2 7p3 NaN \n",
3703
+ "115 NaN [Rn] 5f14 6d10 7s2 7p4 NaN \n",
3704
+ "116 NaN [Rn] 5f14 6d10 7s2 7p5 NaN \n",
3705
+ "117 0.056000 [Rn] 5f14 6d10 7s2 7p6 NaN \n",
3706
+ "\n",
3707
+ " fusion_heat ... color x y name_seriesFr \\\n",
3708
+ "0 0.117 ... #baa2a6 1.0 1.0 Non métal \n",
3709
+ "1 NaN ... #bbbb88 18.0 1.0 Gaz noble \n",
3710
+ "2 2.890 ... #a6cee3 1.0 2.0 Métal alcalin \n",
3711
+ "3 12.210 ... #1f78b4 2.0 2.0 Métal alcalino-terreux \n",
3712
+ "4 23.600 ... #33a02c 13.0 2.0 Métalloïde \n",
3713
+ ".. ... ... ... ... ... ... \n",
3714
+ "113 NaN ... #b2df8a 14.0 7.0 Métal pauvre \n",
3715
+ "114 NaN ... #b2df8a 15.0 7.0 Métal pauvre \n",
3716
+ "115 NaN ... #b2df8a 16.0 7.0 Métal pauvre \n",
3717
+ "116 NaN ... #fdbf6f 17.0 7.0 Halogène \n",
3718
+ "117 NaN ... #bbbb88 18.0 7.0 Gaz noble \n",
3719
+ "\n",
3720
+ " nom Ei1 y_anumber y_name y_prop display_attribute \n",
3721
+ "0 Hydrogène 13.598435 0.7 1.2 1.35 1.008 \n",
3722
+ "1 Hélium 24.587389 0.7 1.2 1.35 4.003 \n",
3723
+ "2 Lithium 5.391715 1.7 2.2 2.35 6.940 \n",
3724
+ "3 Béryllium 9.322699 1.7 2.2 2.35 9.012 \n",
3725
+ "4 Bore 8.298019 1.7 2.2 2.35 10.810 \n",
3726
+ ".. ... ... ... ... ... ... \n",
3727
+ "113 Flerovium NaN 6.7 7.2 7.35 289.000 \n",
3728
+ "114 Moscovium NaN 6.7 7.2 7.35 288.000 \n",
3729
+ "115 Livermorium NaN 6.7 7.2 7.35 293.000 \n",
3730
+ "116 Tennesse NaN 6.7 7.2 7.35 294.000 \n",
3731
+ "117 Oganesson NaN 6.7 7.2 7.35 294.000 \n",
3732
+ "\n",
3733
+ "[118 rows x 94 columns]"
3734
+ ]
3735
+ },
3736
+ "metadata": {},
3737
+ "output_type": "display_data"
3738
+ },
3739
+ {
3740
+ "name": "stdout",
3741
+ "output_type": "stream",
3742
+ "text": [
3743
+ "<class 'pandas.DataFrame'>\n",
3744
+ "RangeIndex: 118 entries, 0 to 117\n",
3745
+ "Data columns (total 94 columns):\n",
3746
+ " # Column Non-Null Count Dtype \n",
3747
+ "--- ------ -------------- ----- \n",
3748
+ " 0 atomic_number 118 non-null int64 \n",
3749
+ " 1 atomic_radius 90 non-null float64\n",
3750
+ " 2 block 118 non-null str \n",
3751
+ " 3 density 118 non-null float64\n",
3752
+ " 4 description 109 non-null str \n",
3753
+ " 5 dipole_polarizability 117 non-null float64\n",
3754
+ " 6 electron_affinity 77 non-null float64\n",
3755
+ " 7 electronic_configuration 118 non-null str \n",
3756
+ " 8 evaporation_heat 88 non-null float64\n",
3757
+ " 9 fusion_heat 75 non-null float64\n",
3758
+ " 10 group_id 90 non-null float64\n",
3759
+ " 11 lattice_constant 87 non-null float64\n",
3760
+ " 12 lattice_structure 91 non-null str \n",
3761
+ " 13 name 118 non-null str \n",
3762
+ " 14 period 118 non-null int64 \n",
3763
+ " 15 series_id 118 non-null int64 \n",
3764
+ " 16 specific_heat_capacity 85 non-null float64\n",
3765
+ " 17 symbol 118 non-null str \n",
3766
+ " 18 thermal_conductivity 66 non-null float64\n",
3767
+ " 19 vdw_radius 103 non-null float64\n",
3768
+ " 20 covalent_radius_cordero 96 non-null float64\n",
3769
+ " 21 covalent_radius_pyykko 118 non-null float64\n",
3770
+ " 22 en_pauling 85 non-null float64\n",
3771
+ " 23 en_allen 71 non-null float64\n",
3772
+ " 24 jmol_color 109 non-null str \n",
3773
+ " 25 cpk_color 103 non-null str \n",
3774
+ " 26 proton_affinity 32 non-null float64\n",
3775
+ " 27 gas_basicity 32 non-null float64\n",
3776
+ " 28 heat_of_formation 89 non-null float64\n",
3777
+ " 29 c6 43 non-null float64\n",
3778
+ " 30 covalent_radius_bragg 37 non-null float64\n",
3779
+ " 31 vdw_radius_bondi 28 non-null float64\n",
3780
+ " 32 vdw_radius_truhlar 16 non-null float64\n",
3781
+ " 33 vdw_radius_rt 9 non-null float64\n",
3782
+ " 34 vdw_radius_batsanov 65 non-null float64\n",
3783
+ " 35 vdw_radius_dreiding 21 non-null float64\n",
3784
+ " 36 vdw_radius_uff 103 non-null float64\n",
3785
+ " 37 vdw_radius_mm3 94 non-null float64\n",
3786
+ " 38 abundance_crust 88 non-null float64\n",
3787
+ " 39 abundance_sea 81 non-null float64\n",
3788
+ " 40 molcas_gv_color 103 non-null str \n",
3789
+ " 41 en_ghosh 103 non-null float64\n",
3790
+ " 42 vdw_radius_alvarez 94 non-null float64\n",
3791
+ " 43 c6_gb 86 non-null float64\n",
3792
+ " 44 atomic_weight 118 non-null float64\n",
3793
+ " 45 atomic_weight_uncertainty 74 non-null float64\n",
3794
+ " 46 is_monoisotopic 21 non-null float64\n",
3795
+ " 47 is_radioactive 118 non-null int64 \n",
3796
+ " 48 cas 118 non-null str \n",
3797
+ " 49 atomic_radius_rahm 96 non-null float64\n",
3798
+ " 50 geochemical_class 76 non-null str \n",
3799
+ " 51 goldschmidt_class 118 non-null str \n",
3800
+ " 52 metallic_radius 56 non-null float64\n",
3801
+ " 53 metallic_radius_c12 63 non-null float64\n",
3802
+ " 54 covalent_radius_pyykko_double 108 non-null float64\n",
3803
+ " 55 covalent_radius_pyykko_triple 80 non-null float64\n",
3804
+ " 56 discoverers 118 non-null str \n",
3805
+ " 57 discovery_year 105 non-null float64\n",
3806
+ " 58 discovery_location 105 non-null str \n",
3807
+ " 59 name_origin 118 non-null str \n",
3808
+ " 60 sources 118 non-null str \n",
3809
+ " 61 uses 112 non-null str \n",
3810
+ " 62 mendeleev_number 118 non-null int64 \n",
3811
+ " 63 dipole_polarizability_unc 117 non-null float64\n",
3812
+ " 64 pettifor_number 103 non-null float64\n",
3813
+ " 65 glawe_number 103 non-null float64\n",
3814
+ " 66 molar_heat_capacity 85 non-null float64\n",
3815
+ " 67 en_miedema 73 non-null float64\n",
3816
+ " 68 miedema_molar_volume 73 non-null float64\n",
3817
+ " 69 miedema_electron_density 73 non-null float64\n",
3818
+ " 70 en_gunnarsson_lundqvist 84 non-null float64\n",
3819
+ " 71 en_robles_bartolotti 86 non-null float64\n",
3820
+ " 72 production_concentration 70 non-null float64\n",
3821
+ " 73 relative_supply_risk 70 non-null float64\n",
3822
+ " 74 reserve_distribution 60 non-null float64\n",
3823
+ " 75 political_stability_of_top_producer 70 non-null float64\n",
3824
+ " 76 political_stability_of_top_reserve_holder 61 non-null float64\n",
3825
+ " 77 top_3_producers 70 non-null str \n",
3826
+ " 78 top_3_reserve_holders 62 non-null str \n",
3827
+ " 79 recycling_rate 56 non-null str \n",
3828
+ " 80 substitutability 50 non-null str \n",
3829
+ " 81 price_per_kg 93 non-null float64\n",
3830
+ " 82 id 118 non-null int64 \n",
3831
+ " 83 name_series 118 non-null str \n",
3832
+ " 84 color 118 non-null str \n",
3833
+ " 85 x 118 non-null float64\n",
3834
+ " 86 y 118 non-null float64\n",
3835
+ " 87 name_seriesFr 118 non-null str \n",
3836
+ " 88 nom 118 non-null str \n",
3837
+ " 89 Ei1 108 non-null float64\n",
3838
+ " 90 y_anumber 118 non-null float64\n",
3839
+ " 91 y_name 118 non-null float64\n",
3840
+ " 92 y_prop 118 non-null float64\n",
3841
+ " 93 display_attribute 118 non-null float64\n",
3842
+ "dtypes: float64(63), int64(6), str(25)\n",
3843
+ "memory usage: 174.3 KB\n",
3844
+ "None\n"
3845
+ ]
3846
+ }
3847
+ ],
3848
+ "source": [
3849
+ "display(tp.elements)\n",
3850
+ "\n",
3851
+ "print(tp.elements.info())"
3852
+ ]
3853
+ },
3854
+ {
3855
+ "cell_type": "code",
3856
+ "execution_count": 4,
3857
+ "id": "e7f75c05-2eb3-494f-afa8-30264460156c",
3858
+ "metadata": {},
3859
+ "outputs": [
3860
+ {
3861
+ "data": {
3862
+ "image/png": "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98S7WCIB3HXXXbz44ots3rw55j6bN2/mggsu4NNPPyUvL6/POUgIkbguuOACcnJy+MMf/tC97atf/SoWi4Wnn34agMsvvxyDwcCf//zneBVTiDFFujJGkLa2NiB8MT1WVFRUUFtby9lnn929LSUlhYULF/LRRx/FsWQn35IlS3j55ZepqqpC0zTeffdd9uzZw7nnnhvvook4CwaDPPvsszidThYvXkx9fT2ffPIJ2dnZLFmyhJycHE4//fSoPZRi7Ni7dy/5+fmUl5dz5ZVXRgz/dLlcfP3rX+fRRx8lNzc3jqUUQgzGkiVLePvtt9mzZw8AX3zxBe+//z4rV64EIBQK8eqrrzJx4kTOO+88srOzWbhwoUz5EOIkksB6hAiFQtx0002ceuqpTJ8+Pd7FGTa1tbUA5OTkRGzPycnpfmy0euSRR5g6dSqFhYUYjUZWrFjBo48+OmpHK4hj27p1K0lJSZhMJr773e+yevVqpk6dyoEDB4BwL+V3vvMdXn/9debOnctZZ501KvIRiIFbuHAhTz75JK+//jqPPfYYFRUVLF26lI6ODgBuvvlmlixZwqpVq+JcUiHEYNx2221cfvnlTJ48GYPBwJw5c7jpppu48sorAaivr8fhcPDggw+yYsUK3njjDS666CIuvvhi1q1bF+fSCzE66eNdAHF8brjhBrZt2yY9UGPII488wscff8zLL79MSUkJ7733HjfccAP5+fkRPfhi7Jg0aRKbN2+mra2NF154gauuuop169YRCoUAuP766/nWt74FwJw5c3j77bf54x//yAMPPBDPYos46Oq1Apg5cyYLFy6kpKSE5557jqysLN555x02bdoUxxIKIU7Ec889x1/+8heeeeYZpk2bxubNm7npppvIz8/nqquu6v5eWLVqFTfffDMAs2fP5sMPP+Txxx/n9NNPj2fxhRiVJLAeAW688UZeeeUV3nvvPQoLC+NdnGHVNUSxrq6OvLy87u11dXXMnj07TqU6+dxuNz/60Y9YvXo1559/PhC+ON68eTP//d//LYH1GGU0Ghk/fjwQnm+/ceNGfvWrX3HbbbcBMHXq1Ij9p0yZItlfBQCpqalMnDiRffv2sXXrVvbv309qamrEPl/96ldZunQpa9eujUsZhRDH79Zbb+3utQaYMWMGhw4d4oEHHuCqq64iMzMTvV4f9XtBOmmEODlkKHgC0zSNG2+8kdWrV/POO+9QVlYW7yINu7KyMnJzc3n77be7t7W3t/PJJ5+wePHiOJbs5PL7/fj9/j4ZnXU6XfddaCFCoRBer5fS0lLy8/P7LMe3Z88eSkpK4lQ6kUgcDgf79+8nLy+P2267jS1btrB58+buH4Bf/OIXPPHEE/EtqBDiuLhcrn6vEYxGI/Pnz5fvBSGGkfRYJ7AbbriBZ555hpdeegm73d49pzglJQWLxRLn0g0dh8PBvn37un+vqKhg8+bNpKenU1xczE033cS9997LhAkTKCsr44477iA/P3/EZ689Vr1PP/10br31ViwWCyUlJaxbt44//elPPPzww3EstYiX22+/nZUrV1JcXExHRwfPPPMMa9euZc2aNSiKwq233sqdd97JrFmzmD17Nk899RS7du3ihRdeiHfRRRzccsstXHjhhZSUlFBdXc2dd96JTqfjiiuuICsrK2rCsuLi4jF5A1eIkejCCy/kvvvuo7i4mGnTprFp0yYefvhhrrnmmu59br31Vi677DKWLVvGmWeeyeuvv87//d//yagUIU4WTSQsIOrPE088Ee+iDal33303aj2vuuoqTdM0LRQKaXfccYeWk5OjmUwm7ayzztJ2794d30IPgWPVu6amRrv66qu1/Px8zWw2a5MmTdJ+/vOfa6FQKL4FF3FxzTXXaCUlJZrRaNSysrK0s846S3vjjTci9nnggQe0wsJCzWq1aosXL9bWr18fp9KKeLvsssu0vLw8zWg0agUFBdpll12m7du3L+b+gLZ69erhK6AQ4oS0t7drP/jBD7Ti4mLNbDZr5eXl2n/+539qXq83Yr8//OEP2vjx4zWz2azNmjVLe/HFF+NUYiFGP1nHWgghhBBCCCGEOAEyx1oIIYQQQgghhDgBElgLIYQQQgghhBAnQAJrIYQQQgghhBDiBEhgLYQQQgghhBBCnAAJrIUQQgghhBBCiBMggbUQQgghhBBCCHECJLAWQgghhBBCCCFOgATWQgghxDA4ePAg9957Lw6HI95FEUIIIcQQk8BaCCGEOMm8Xi9f+9rXyMzMJCkpKd7FOekOHjyIoihs3rw53kUBoKmpiezsbA4ePDig511++eX8/Oc/PzmFEkIIMapIYC2EEGJUuvrqq1EUhQcffDBi+4svvoiiKMNalptvvplzzz2X7373u8P6vj1dffXVfOUrXxmW9yoqKqKmpobp06cPy/sdy3333ceqVasoLS0F4IwzzkBRlJg/69atA+C//uu/uO+++2hra4tj6YUQQowE+ngXQAghhDhZzGYzDz30ENdffz1paWlxK8dvf/vb49rP5/NhNBpPcmlOPp1OR25ubryLAYDL5eIPf/gDa9as6d72j3/8A5/PF7Gfz+fj/PPPx2w2s3DhQgCmT5/OuHHjePrpp7nhhhuGtdxCCCFGFumxFkIIMWqdffbZ5Obm8sADD8Tc56677mL27NkR2375y192927C0d7e+++/n5ycHFJTU/nJT35CIBDg1ltvJT09ncLCQp544omI1zly5AiXXnopqamppKens2rVqojhyF2ve99995Gfn8+kSZMA2Lp1K8uXL8disZCRkcF1113X79zsYDDItddeS1lZGRaLhUmTJvGrX/0qoo5PPfUUL730Unev7Nq1a4/rvQZT92hDwf/5z38yceJELBYLZ555Jk8++SSKotDa2nrcnwPA73//e6ZMmYLZbGby5MnHvGnxz3/+E5PJxKJFi7q3paenk5ubG/Fzzz330NjYyOrVqzGbzd37XnjhhTz77LP9vocQQgghgbUQQohRS6fTcf/99/PII49QWVl5Qq/1zjvvUF1dzXvvvcfDDz/MnXfeyQUXXEBaWhqffPIJ3/3ud7n++uu738fv93Peeedht9tZv349H3zwAUlJSaxYsSKit/Ttt99m9+7dvPnmm7zyyis4nU7OO+880tLS2LhxI88//zxvvfUWN954Y8yyhUIhCgsLef7559mxYwc//vGP+dGPfsRzzz0HwC233MKll17KihUrqKmpoaamhiVLlhz3ew207r0dOXKEiy++mAsvvJDNmzfz7W9/m9tuu23An8Ff/vIXfvzjH3Pfffexc+dO7r//fu644w6eeuqpmM9Zv3498+bN6/d1f/vb3/KnP/2Jv//97xQWFkY8tmDBAjZs2IDX6x1weYUQQowhmhBCCDEKXXXVVdqqVas0TdO0RYsWaddcc42maZq2evVqrefX35133qnNmjUr4rm/+MUvtJKSkojXKikp0YLBYPe2SZMmaUuXLu3+PRAIaDabTfvrX/+qaZqm/fnPf9YmTZqkhUKh7n28Xq9msVi0NWvWdL9uTk6O5vV6u/f53//9Xy0tLU1zOBzd21599VVNVVWttrb2uOt/ww03aF/96lej/j0G8l6DqXtFRYUGaJs2bdI0TdNuv/12berUqRHv/R//8R8aoLW0tGiadnyfw7hx47RnnnkmYp977rlHW7x4ccy/w6pVq7o/+2jWrVunGQwG7Xe/+13Ux7/44gsN0A4ePBjzNYQQQgiZYy2EEGLUe+ihh1i+fDm33HLLoF9j2rRpqOrRgV45OTkRybl0Oh0ZGRnU19cD8MUXX7Bv3z7sdnvE63g8Hvbv39/9+4wZMyLmVe/cuZNZs2Zhs9m6t5166qmEQiF2795NTk5O1PI9+uij/PGPf+Tw4cO43W58Pl+fodW9He97DbTu0d6na95yl8WLF/dbtt6cTif79+/n2muv5Tvf+U739kAgQEpKSsznud3uiKHdPR0+fJhLLrmE6667jm9/+9tR97FYLEB4rrYQQggRiwTWQgghRr1ly5Zx3nnncfvtt3P11VdHPKaqKpqmRWzz+/19XsNgMET8rihK1G2hUAgAh8PBvHnz+Mtf/tLntbKysrr/3TOoHaxnn32WW265hZ///OcsXrwYu93Oz372Mz755JMTfm0YeN0H41ifQ9e879/97nd9gnSdThfzdTMzM2lpaemz3e12c9FFFzFt2jR++ctfxnx+c3MzEPmZCSGEEL1JYC2EEGJMePDBB5k9e3Z3grAuWVlZ1NbWomla9zJcQ7H+8ty5c/nb3/5GdnY2ycnJx/28KVOm8OSTT+J0OruD7g8++ABVVfuUvcsHH3zAkiVL+N73vte9rWevOIDRaCQYDJ7wew3GlClTePnllyO2ffzxxxG/H+tzyMnJIT8/nwMHDnDllVce93vPmTOHp59+us/2b3/72zQ3N7NmzRr0+tiXQ9u2baOwsJDMzMzjfk8hhBBjjyQvE0IIMSbMmDGDK6+8kl//+tcR28844wwaGhr46U9/yv79+3n00Ud57bXXTvj9rrzySjIzM1m1ahXr16+noqKCtWvX8q//+q/9JlK78sorMZvNXHXVVWzbto13332X73//+3zzm9+MOQx8woQJfPrpp6xZs4Y9e/Zwxx13sHHjxoh9SktL2bJlC7t376axsRG/3z+o9xqM7373u+zdu5dbb72V3bt388wzz/Dkk09G7HM8n8Pdd9/NAw88wK9//Wv27NnD1q1beeKJJ3j44Ydjvvd5553H9u3bI3qtf/azn/H888/z+OOPEwgEqK2tjfhxu93d+65fv55zzz13aP4QQgghRi0JrIUQQowZP/nJT/oMV54yZQq//e1vefTRR5k1axYbNmw4obnYXaxWK++99x7FxcVcfPHFTJkyhWuvvRaPx9NvD7bVamXNmjU0Nzczf/58LrnkEs466yx+85vfxHzO9ddfz8UXX8xll13GwoULaWpqiui9BvjOd77DpEmTOOWUU8jKyuKDDz4Y1HsNRnFxMX//+9958cUXmTVrFo8//jj3339/xD7H8zl8+9vf5ve//z1PPPEEM2bM4PTTT+fJJ5+krKws5nvPmDGDuXPndmdIh3AWcL/fz4oVK8jLy+vz87e//Q0Iz4d/8cUXI+Z0CyGEENEoWu8JTUIIIYQQJ9natWs588wzaWlpITU19aS+16uvvsqtt97Ktm3bIpKwHctjjz3G6tWreeONN05i6YQQQowGMsdaCCGEEKPa+eefz969e6mqqqKoqOi4n2cwGHjkkUdOYsmEEEKMFtJjLYQQQohhN5w91kIIIcTJJoG1EEIIIYQQQghxAiR5mRBCCCGEEEIIcQIksBZCCCGEEEIIIU6ABNZCCCGEEEIIIcQJkMBaCCGEEEIIIYQ4ARJYCyGEEEIIIYQQJ0ACayGEEEIIIYQQ4gRIYC2EEEIIIYQQQpwACayFEEIIIYQQQogT8P8BRWmSSJzhzhkAAAAASUVORK5CYII=",
3863
+ "text/plain": [
3864
+ "<Figure size 1181.1x472.441 with 1 Axes>"
3865
+ ]
3866
+ },
3867
+ "metadata": {},
3868
+ "output_type": "display_data"
3869
+ }
3870
+ ],
3871
+ "source": [
3872
+ "import matplotlib.pyplot as plt \n",
3873
+ "\n",
3874
+ "Z = tp.elements[\"atomic_number\"]\n",
3875
+ "Ei1 = tp.elements[\"Ei1\"]\n",
3876
+ "color = tp.elements[\"color\"]\n",
3877
+ "\n",
3878
+ "cm2i = 1/2.54 # conversion de cm en pouces\n",
3879
+ "fig, ax = plt.subplots(figsize=(30*cm2i,12*cm2i))\n",
3880
+ "xticks=[2,10,18,36,54,86,118]\n",
3881
+ "ax.set_xticks(xticks)\n",
3882
+ "plt.grid(color='r', linestyle='--', linewidth=0.5, axis=\"x\")\n",
3883
+ "plt.plot(Z,Ei1,linewidth=0.5)\n",
3884
+ "plt.scatter(Z,Ei1,marker=\"o\",c=color)\n",
3885
+ "plt.xlabel(\"Numéro atomique (Z)\")\n",
3886
+ "plt.ylabel(\"Ei1 / eV\")\n",
3887
+ "plt.show()"
3888
+ ]
3889
+ },
2925
3890
  {
2926
3891
  "cell_type": "code",
2927
3892
  "execution_count": 6,