ElementEmbeddings 0.3.0__tar.gz → 0.4__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 (40) hide show
  1. {ElementEmbeddings-0.3.0/src/ElementEmbeddings.egg-info → ElementEmbeddings-0.4}/PKG-INFO +1 -1
  2. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/setup.py +1 -1
  3. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4/src/ElementEmbeddings.egg-info}/PKG-INFO +1 -1
  4. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/ElementEmbeddings.egg-info/SOURCES.txt +1 -0
  5. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/composition.py +5 -3
  6. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/core.py +1 -6
  7. ElementEmbeddings-0.4/src/elementembeddings/data/element_representations/oliynyk_preprocessed.csv +86 -0
  8. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/LICENSE.md +0 -0
  9. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/README.md +0 -0
  10. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/setup.cfg +0 -0
  11. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/ElementEmbeddings.egg-info/dependency_links.txt +0 -0
  12. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/ElementEmbeddings.egg-info/requires.txt +0 -0
  13. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/ElementEmbeddings.egg-info/top_level.txt +0 -0
  14. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/__init__.py +0 -0
  15. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_data/element_group.json +0 -0
  16. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_data/element_symbols.json +0 -0
  17. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_data/ordered_periodic.txt +0 -0
  18. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_data/periodic-table-lookup-symbols.json +0 -0
  19. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_data/periodic-table-lookup.json +0 -0
  20. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/atomic.json +0 -0
  21. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/magpie.csv +0 -0
  22. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/magpie_sc.json +0 -0
  23. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/mat2vec.csv +0 -0
  24. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/matscholar-embedding.json +0 -0
  25. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/megnet16.json +0 -0
  26. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/mod_petti.json +0 -0
  27. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/oliynyk.csv +0 -0
  28. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/oliynyk_sc.json +0 -0
  29. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/random_200.csv +0 -0
  30. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/random_200_new.csv +0 -0
  31. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/data/element_representations/skipatom_20201009_induced.csv +0 -0
  32. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/plotter.py +0 -0
  33. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/tests/__init__.py +0 -0
  34. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/tests/test_composition.py +0 -0
  35. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/tests/test_core.py +0 -0
  36. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/tests/test_plotter.py +0 -0
  37. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/tests/test_utils.py +0 -0
  38. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/utils/__init__.py +0 -0
  39. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/utils/io.py +0 -0
  40. {ElementEmbeddings-0.3.0 → ElementEmbeddings-0.4}/src/elementembeddings/utils/math.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ElementEmbeddings
3
- Version: 0.3.0
3
+ Version: 0.4
4
4
  Summary: Element Embeddings
5
5
  Author: Anthony O. Onwuli
6
6
  Author-email: anthony.onwuli16@imperial.ac.uk
@@ -5,7 +5,7 @@ from setuptools import find_namespace_packages, setup
5
5
 
6
6
  module_dir = os.path.dirname(os.path.abspath(__file__))
7
7
 
8
- VERSION = "0.3.0"
8
+ VERSION = "0.4"
9
9
  DESCRIPTION = "Element Embeddings"
10
10
  with open(os.path.join(module_dir, "README.md"), encoding="utf-8") as f:
11
11
  LONG_DESCRIPTION = f.read()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ElementEmbeddings
3
- Version: 0.3.0
3
+ Version: 0.4
4
4
  Summary: Element Embeddings
5
5
  Author: Anthony O. Onwuli
6
6
  Author-email: anthony.onwuli16@imperial.ac.uk
@@ -23,6 +23,7 @@ src/elementembeddings/data/element_representations/matscholar-embedding.json
23
23
  src/elementembeddings/data/element_representations/megnet16.json
24
24
  src/elementembeddings/data/element_representations/mod_petti.json
25
25
  src/elementembeddings/data/element_representations/oliynyk.csv
26
+ src/elementembeddings/data/element_representations/oliynyk_preprocessed.csv
26
27
  src/elementembeddings/data/element_representations/oliynyk_sc.json
27
28
  src/elementembeddings/data/element_representations/random_200.csv
28
29
  src/elementembeddings/data/element_representations/random_200_new.csv
@@ -354,6 +354,7 @@ def _composition_distance(
354
354
 
355
355
  def composition_featuriser(
356
356
  data: Union[pd.DataFrame, pd.Series, CompositionalEmbedding, list],
357
+ formula_column: str = "formula",
357
358
  embedding: Union[Embedding, str] = "magpie",
358
359
  stats: Union[str, list] = "mean",
359
360
  inplace: bool = False,
@@ -385,13 +386,14 @@ def composition_featuriser(
385
386
  if isinstance(data, pd.DataFrame):
386
387
  if not inplace:
387
388
  data = data.copy()
388
- if "formula" not in data.columns:
389
+ if formula_column not in data.columns:
389
390
  raise ValueError(
390
- "The data must contain a column named 'formula' to featurise."
391
+ f"The data must contain a column named {formula_column} to featurise."
391
392
  )
392
393
  print("Featurising compositions...")
393
394
  comps = [
394
- CompositionalEmbedding(x, embedding) for x in tqdm(data["formula"].tolist())
395
+ CompositionalEmbedding(x, embedding)
396
+ for x in tqdm(data[formula_column].tolist())
395
397
  ]
396
398
  print("Computing feature vectors...")
397
399
  fvs = [x.feature_vector(stats) for x in tqdm(comps)]
@@ -64,11 +64,6 @@ class Embedding:
64
64
  self.embedding_name = embedding_name
65
65
  self.feature_labels = feature_labels
66
66
  if not self._is_standardised():
67
- warnings.warn(
68
- "Embedding is not standardised. "
69
- "It is recommended that you standardise your embeddings before use. "
70
- "Use the standardise() method to standardise your embeddings."
71
- )
72
67
  self.is_standardised = False
73
68
  else:
74
69
  self.is_standardised = True
@@ -159,7 +154,7 @@ class Embedding:
159
154
  "matscholar": "matscholar-embedding.json",
160
155
  "megnet16": "megnet16.json",
161
156
  "mod_petti": "mod_petti.json",
162
- "oliynyk": "oliynyk.csv",
157
+ "oliynyk": "oliynyk_preprocessed.csv",
163
158
  "oliynyk_sc": "oliynyk_sc.json",
164
159
  "random_200": "random_200_new.csv",
165
160
  "skipatom": "skipatom_20201009_induced.csv",
@@ -0,0 +1,86 @@
1
+ element,Atomic_Number,Atomic_Weight,Period,group,families,Metal,Nonmetal,Metalliod,Mendeleev_Number,l_quantum_number,Atomic_Radius,Miracle_Radius_[pm],Covalent_Radius,Zunger_radii_sum,ionic_radius,crystal_radius,Pauling_Electronegativity,MB_electonegativity,Gordy_electonegativity,Mulliken_EN,Allred-Rockow_electronegativity,metallic_valence,number_of_valence_electrons,gilmor_number_of_valence_electron,valence_s,valence_p,valence_d,valence_f,Number_of_unfilled_s_valence_electrons,Number_of_unfilled_p_valence_electrons,Number_of_unfilled_d_valence_electrons,Number_of_unfilled_f_valence_electrons,outer_shell_electrons,1st_ionization_potential_(kJ/mol),polarizability(A^3),Melting_point_(K),Boiling_Point_(K),Density_(g/mL),specific_heat_(J/g_K)_,heat_of_fusion_(kJ/mol)_,heat_of_vaporization_(kJ/mol)_,thermal_conductivity_(W/(m_K))_,heat_atomization(kJ/mol),Cohesive_energy
2
+ H,1.0,1.00794,1.0,1.0,7.0,0.0,1.0,0.0,92.0,0.0,0.53,98.6,0.37,1.25,0.25,0.1,2.2,2.1,7.1784,7.18,2.3,0.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,6.0,10.0,14.0,1.0,1312.0,0.7,14.05,20.25,6.99e-05,14.304,0.5868,0.44936,0.1815,218.0,0.0
3
+ He,2.0,4.002602,1.0,18.0,9.0,0.0,1.0,0.0,98.0,0.0,0.31,98.6,0.32,0.0,0.31,0.0,0.0,0.0,12.0486,0.0,4.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,6.0,10.0,14.0,0.0,2372.0,0.198,0.95,4.25,0.000179,5.193,0.02,0.0845,0.152,0.0,0.0
4
+ Li,3.0,6.941,2.0,1.0,1.0,1.0,0.0,0.0,1.0,0.0,1.67,152.0,1.34,1.61,1.45,0.9,0.98,0.9,3.2223,3.01,0.912,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,6.0,10.0,14.0,1.0,520.0,24.3,453.65,1615.15,0.543,3.6,3.0,145.92,84.7,161.0,1.63
5
+ Be,4.0,9.01218,2.0,2.0,2.0,1.0,0.0,0.0,67.0,0.0,1.12,112.0,0.9,1.08,1.05,0.41,1.57,1.45,3.7942,4.9,1.576,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,6.0,10.0,14.0,2.0,899.0,5.6,1551.15,3243.15,1.85,1.82,7.95,292.4,200.0,324.0,3.32
6
+ B,5.0,10.811,2.0,13.0,6.0,0.0,0.0,1.0,72.0,1.0,0.87,88.0,0.82,0.795,0.85,0.25,2.04,1.9,4.5951,4.29,2.051,3.0,3.0,3.0,2.0,1.0,0.0,0.0,0.0,5.0,10.0,14.0,3.0,801.0,3.0,2352.15,4275.0,2.34,1.02,50.2,489.7,27.0,573.0,5.81
7
+ C,6.0,12.011,2.0,14.0,7.0,0.0,1.0,0.0,77.0,1.0,0.67,77.0,0.77,0.64,0.7,0.29,2.55,2.37,5.6246,6.27,2.544,4.0,4.0,4.0,2.0,2.0,0.0,0.0,0.0,4.0,10.0,14.0,4.0,1086.0,1.8,3640.15,5100.15,2.25,0.71,105.0,355.8,129.0,717.0,7.37
8
+ N,7.0,14.00674,2.0,15.0,7.0,0.0,1.0,0.0,82.0,1.0,0.56,72.0,0.75,0.54,0.65,0.3,3.04,2.85,6.8834,7.3,3.066,3.0,5.0,5.0,2.0,3.0,0.0,0.0,0.0,3.0,10.0,14.0,5.0,1402.0,1.1,63.25,77.35,0.00125,1.04,0.3604,2.7928,0.02598,473.0,4.92
9
+ O,8.0,15.9994,2.0,16.0,7.0,0.0,1.0,0.0,87.0,1.0,0.48,64.0,0.73,0.465,0.6,1.21,3.44,3.32,8.3703,7.54,3.61,0.0,6.0,6.0,2.0,4.0,0.0,0.0,0.0,2.0,10.0,14.0,6.0,1314.0,0.793,54.75,90.15,0.00143,0.92,0.22259,3.4099,0.02674,249.0,2.62
10
+ F,9.0,18.998403,2.0,17.0,8.0,0.0,1.0,0.0,93.0,1.0,0.42,98.6,0.71,0.405,0.5,1.19,3.98,3.78,10.0854,10.41,4.193,0.0,7.0,7.0,2.0,5.0,0.0,0.0,0.0,1.0,10.0,14.0,7.0,1681.0,0.634,53.35,85.05,0.0017,0.82,0.2552,3.2698,0.0279,79.0,0.84
11
+ Ne,10.0,20.1797,2.0,18.0,9.0,0.0,1.0,0.0,99.0,1.0,0.38,98.6,0.69,0.0,0.38,0.0,0.0,0.0,12.0317,0.0,4.789,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,6.0,10.0,14.0,0.0,2081.0,0.396,24.45,25.15,0.0009,0.904,0.3317,1.7326,0.0493,0.0,0.02
12
+ Na,11.0,22.989768,3.0,1.0,1.0,1.0,0.0,0.0,2.0,0.0,1.9,180.0,1.54,2.65,1.8,1.16,0.93,0.89,2.5378,2.85,0.869,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,6.0,10.0,14.0,1.0,496.0,23.6,370.95,1156.15,0.971,1.23,2.598,96.96,141.0,109.0,1.113
13
+ Mg,12.0,24.305,3.0,2.0,2.0,1.0,0.0,0.0,68.0,0.0,1.45,160.0,1.3,2.03,1.5,0.86,1.31,1.31,2.9745,3.75,1.293,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,6.0,10.0,14.0,2.0,738.0,10.6,922.15,1363.15,1.74,1.02,8.954,127.4,156.0,148.0,1.51
14
+ Al,13.0,26.981539,3.0,13.0,5.0,1.0,0.0,0.0,73.0,1.0,1.18,141.0,1.18,1.675,1.25,0.53,1.61,1.64,3.5237,3.23,1.613,3.0,3.0,3.0,2.0,1.0,0.0,0.0,0.0,5.0,10.0,14.0,3.0,578.0,8.3,933.15,2740.15,2.7,0.9,10.79,293.4,237.0,326.0,3.39
15
+ Si,14.0,28.0855,3.0,14.0,6.0,0.0,1.0,0.0,78.0,1.0,1.11,110.0,1.11,1.42,1.1,0.4,1.9,1.98,4.1852,4.77,1.916,4.0,4.0,4.0,2.0,2.0,0.0,0.0,0.0,4.0,10.0,14.0,4.0,787.0,5.4,1683.15,2628.15,2.33,0.71,50.55,384.22,148.0,452.0,4.63
16
+ P,15.0,30.973762,3.0,15.0,7.0,0.0,1.0,0.0,83.0,1.0,0.98,102.0,1.06,1.24,1.0,0.31,2.19,2.32,4.9591,5.62,2.253,3.0,5.0,5.0,2.0,3.0,0.0,0.0,0.0,3.0,10.0,14.0,5.0,1012.0,3.6,317.25,553.15,1.82,0.77,0.657,12.129,0.235,315.0,3.43
17
+ S,16.0,32.066,3.0,16.0,7.0,0.0,1.0,0.0,88.0,1.0,0.88,103.0,1.02,1.1,1.0,0.43,2.58,2.65,5.8458,6.22,2.589,2.0,6.0,6.0,2.0,4.0,0.0,0.0,0.0,2.0,10.0,14.0,6.0,1000.0,2.9,385.95,717.85,2.07,0.71,1.7175,9.8,0.269,279.0,2.85
18
+ Cl,17.0,35.4527,3.0,17.0,8.0,0.0,1.0,0.0,94.0,1.0,0.79,98.6,0.99,1.01,1.0,1.67,3.16,2.98,6.8446,8.3,2.869,0.0,7.0,7.0,2.0,5.0,0.0,0.0,0.0,1.0,10.0,14.0,7.0,1251.0,2.2,172.15,238.55,0.00321,0.48,3.23,10.2,0.0089,121.0,1.4
19
+ Ar,18.0,39.948,3.0,18.0,9.0,0.0,1.0,0.0,100.0,1.0,0.71,98.6,0.97,0.0,0.71,0.0,0.0,0.0,7.9552,0.0,3.242,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,6.0,10.0,14.0,0.0,1521.0,1.586,83.95,87.45,0.00178,0.52,1.188,6.447,0.01772,0.0,0.08
20
+ K,19.0,39.0983,4.0,1.0,1.0,1.0,0.0,0.0,3.0,0.0,2.43,230.0,1.96,3.69,2.2,1.52,0.82,0.8,2.7882,2.42,0.734,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,6.0,10.0,14.0,1.0,419.0,43.4,336.4,1033.15,0.86,0.75,2.334,79.87,102.4,90.0,0.934
21
+ Ca,20.0,40.078,4.0,2.0,2.0,1.0,0.0,0.0,7.0,0.0,1.94,201.0,1.74,3.0,1.8,1.14,1.0,1.17,3.0128,2.2,1.034,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,6.0,10.0,14.0,2.0,590.0,22.8,1112.15,1757.15,1.55,0.63,8.54,153.3,200.0,178.0,1.84
22
+ Sc,21.0,44.95591,4.0,3.0,3.0,1.0,0.0,0.0,11.0,2.0,1.84,162.0,1.44,2.75,1.6,0.89,1.36,1.5,3.0728,3.34,1.19,3.0,3.0,1.0,2.0,0.0,1.0,0.0,0.0,6.0,9.0,14.0,2.0,633.0,17.8,1814.15,3105.15,2.99,0.6,14.1,314.2,15.8,378.0,3.9
23
+ Ti,22.0,47.88,4.0,4.0,4.0,1.0,0.0,0.0,43.0,2.0,1.76,142.0,1.36,2.58,1.4,0.75,1.54,1.86,3.1359,3.45,1.38,4.0,4.0,2.0,2.0,0.0,2.0,0.0,0.0,6.0,8.0,14.0,2.0,659.0,14.6,1933.15,3560.15,4.54,0.52,15.45,421.0,21.9,470.0,4.85
24
+ V,23.0,50.9415,4.0,5.0,4.0,1.0,0.0,0.0,46.0,2.0,1.71,134.0,1.25,2.43,1.35,0.68,1.63,2.22,3.2021,3.6,1.53,5.0,5.0,3.0,2.0,0.0,3.0,0.0,0.0,6.0,7.0,14.0,2.0,651.0,12.4,2163.15,3653.15,6.11,0.49,20.9,453.0,30.7,514.0,5.31
25
+ Cr,24.0,51.9961,4.0,6.0,4.0,1.0,0.0,0.0,49.0,2.0,1.66,130.0,1.27,2.44,1.4,0.76,1.66,2.0,3.2713,3.72,1.65,5.78,6.0,4.0,1.0,0.0,5.0,0.0,1.0,6.0,5.0,14.0,1.0,653.0,11.6,2130.15,2945.15,7.19,0.45,16.9,344.3,93.7,397.0,4.1
26
+ Mn,25.0,54.93805,4.0,7.0,4.0,1.0,0.0,0.0,52.0,2.0,1.61,132.0,1.39,2.22,1.4,0.81,1.55,2.04,3.3437,3.72,1.75,5.78,7.0,5.0,2.0,0.0,5.0,0.0,0.0,6.0,5.0,14.0,2.0,717.0,9.4,1517.15,2235.15,7.43,0.48,12.05,226.0,7.82,281.0,2.92
27
+ Fe,26.0,55.847,4.0,8.0,4.0,1.0,0.0,0.0,55.0,2.0,1.56,125.0,1.25,2.11,1.4,0.69,1.83,1.67,3.419,4.06,1.8,5.78,8.0,5.0,2.0,0.0,6.0,0.0,0.0,6.0,4.0,14.0,2.0,762.0,8.4,1808.15,3023.15,7.86,0.44,13.8,349.6,80.2,418.0,4.28
28
+ Co,27.0,58.9332,4.0,9.0,4.0,1.0,0.0,0.0,58.0,2.0,1.52,125.0,1.26,2.02,1.35,0.54,1.88,1.72,3.4976,4.3,1.84,5.78,9.0,4.0,2.0,0.0,7.0,0.0,0.0,6.0,3.0,14.0,2.0,760.0,7.5,1768.15,3143.15,8.9,0.42,16.19,376.5,100.0,425.0,4.39
29
+ Ni,28.0,58.6934,4.0,10.0,4.0,1.0,0.0,0.0,61.0,2.0,1.49,126.0,1.21,2.18,1.35,0.7,1.91,1.76,3.5791,4.4,1.88,5.78,10.0,3.0,2.0,0.0,8.0,0.0,0.0,6.0,2.0,14.0,2.0,737.0,6.8,1726.15,3003.15,8.9,0.44,17.47,370.4,90.7,430.0,4.44
30
+ Cu,29.0,63.546,4.0,11.0,4.0,1.0,0.0,0.0,64.0,2.0,1.45,126.0,1.38,2.04,1.35,0.71,1.9,1.08,3.6637,4.48,1.85,5.44,11.0,2.0,1.0,0.0,10.0,0.0,1.0,6.0,0.0,14.0,1.0,745.0,6.7,1356.15,2840.15,8.96,0.38,13.05,300.3,401.0,338.0,3.49
31
+ Zn,30.0,65.39,4.0,12.0,4.0,1.0,0.0,0.0,69.0,2.0,1.42,140.0,1.31,1.88,1.35,0.74,1.65,1.44,3.7515,4.45,1.59,4.44,12.0,1.0,2.0,0.0,10.0,0.0,0.0,6.0,0.0,14.0,2.0,906.0,6.4,692.75,1179.15,7.13,0.39,7.322,115.3,116.0,131.0,1.35
32
+ Ga,31.0,69.723,4.0,13.0,5.0,1.0,0.0,0.0,74.0,1.0,1.36,134.0,1.26,1.695,1.3,0.76,1.81,1.7,4.1672,3.2,1.756,3.44,3.0,3.0,2.0,1.0,0.0,0.0,0.0,5.0,10.0,14.0,3.0,579.0,8.1,302.95,2676.15,5.9,0.37,5.59,258.7,40.6,286.0,2.81
33
+ Ge,32.0,72.61,4.0,14.0,6.0,0.0,0.0,1.0,79.0,1.0,1.25,114.0,1.22,1.56,1.25,0.53,2.01,1.99,4.6406,4.6,1.994,4.0,4.0,4.0,2.0,2.0,0.0,0.0,0.0,4.0,10.0,14.0,4.0,762.0,6.1,1220.55,3103.15,5.32,0.32,36.94,330.9,59.9,377.0,3.85
34
+ As,33.0,74.92159,4.0,15.0,6.0,0.0,0.0,1.0,84.0,1.0,1.14,115.0,1.19,1.415,1.15,0.72,2.18,2.27,5.172,5.3,2.211,3.0,5.0,5.0,2.0,3.0,0.0,0.0,0.0,3.0,10.0,14.0,5.0,947.0,4.3,1090.15,890.15,5.73,0.33,27.7,34.76,50.0,302.0,2.96
35
+ Se,34.0,78.96,4.0,16.0,7.0,0.0,1.0,0.0,89.0,1.0,1.03,118.0,1.16,1.285,1.15,0.56,2.55,2.54,5.761,5.89,2.434,2.0,6.0,6.0,2.0,4.0,0.0,0.0,0.0,2.0,10.0,14.0,6.0,941.0,3.8,490.15,958.15,4.79,0.32,6.694,37.7,0.52,227.0,2.46
36
+ Br,35.0,79.904,4.0,17.0,8.0,0.0,1.0,0.0,95.0,1.0,0.94,98.6,1.14,1.2,1.15,1.82,2.96,2.83,6.4079,7.59,2.685,0.0,7.0,7.0,2.0,5.0,0.0,0.0,0.0,1.0,10.0,14.0,7.0,1140.0,3.1,265.95,331.95,3.12,0.473,5.286,15.438,0.122,112.0,1.22
37
+ Kr,36.0,83.8,4.0,18.0,9.0,0.0,1.0,0.0,101.0,1.0,0.88,98.6,1.1,0.0,0.88,0.72,3.0,1.6800000000000002,7.1127,6.122,2.966,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,6.0,10.0,14.0,0.0,1351.0,2.5,116.15,121.15,0.00374,0.248,1.638,9.029,0.00949,0.0,0.116
38
+ Rb,37.0,85.4678,5.0,1.0,1.0,1.0,0.0,0.0,4.0,0.0,2.65,244.0,2.11,4.1,2.35,1.66,0.82,0.8,3.1886,2.34,0.706,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,6.0,10.0,14.0,1.0,403.0,47.3,312.05,959.15,1.53,0.363,2.192,72.216,58.2,86.0,0.852
39
+ Sr,38.0,87.62,5.0,2.0,2.0,1.0,0.0,0.0,8.0,0.0,2.19,212.0,1.92,3.21,2.0,1.32,0.95,1.13,3.3588,2.0,0.963,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,6.0,10.0,14.0,2.0,549.0,27.6,1042.15,1657.15,2.54,0.3,8.3,144.0,35.3,164.0,1.72
40
+ Y,39.0,88.90585,5.0,3.0,3.0,1.0,0.0,0.0,12.0,2.0,2.12,179.0,1.62,2.94,1.85,1.04,1.22,1.41,3.4043,3.19,1.12,3.0,3.0,1.0,2.0,0.0,1.0,0.0,0.0,6.0,9.0,14.0,2.0,600.0,22.7,1796.15,3610.15,4.47,0.3,11.4,363.0,17.2,423.0,4.37
41
+ Zr,40.0,91.224,5.0,4.0,4.0,1.0,0.0,0.0,44.0,2.0,2.06,158.0,1.48,2.825,1.55,0.86,1.33,1.7,3.4521,3.64,1.32,4.0,4.0,2.0,2.0,0.0,2.0,0.0,0.0,6.0,8.0,14.0,2.0,640.0,17.9,2125.15,4650.15,6.51,0.27,16.9,582.0,22.7,609.0,6.25
42
+ Nb,41.0,92.90638,5.0,5.0,4.0,1.0,0.0,0.0,47.0,2.0,1.98,143.0,1.37,2.76,1.45,0.78,1.6,2.03,3.5023,4.0,1.41,5.0,5.0,3.0,1.0,0.0,4.0,0.0,1.0,6.0,6.0,14.0,1.0,652.0,15.7,2741.15,5015.15,8.57,0.26,26.4,682.0,53.7,726.0,7.57
43
+ Mo,42.0,95.94,5.0,6.0,4.0,1.0,0.0,0.0,50.0,2.0,1.9,139.0,1.45,2.72,1.45,0.79,2.16,1.94,3.5548,3.9,1.47,5.78,6.0,4.0,1.0,0.0,5.0,0.0,1.0,6.0,5.0,14.0,1.0,684.0,12.8,2890.15,4885.15,10.2,0.25,32.0,598.0,138.0,658.0,6.82
44
+ Tc,43.0,97.9072,5.0,7.0,4.0,1.0,0.0,0.0,53.0,2.0,1.83,136.0,1.56,2.65,1.35,0.79,1.9,2.18,3.6096,4.0,1.51,5.78,7.0,5.0,2.0,0.0,5.0,0.0,0.0,6.0,5.0,14.0,2.0,702.0,11.4,2445.15,5150.15,11.5,0.21,24.0,660.0,50.6,677.0,6.85
45
+ Ru,44.0,101.07,5.0,8.0,4.0,1.0,0.0,0.0,56.0,2.0,1.78,134.0,1.26,2.605,1.3,0.82,2.2,1.97,3.6668,4.5,1.54,5.78,8.0,5.0,1.0,0.0,7.0,0.0,1.0,6.0,3.0,14.0,1.0,710.0,9.6,2583.15,4173.15,12.4,0.238,24.0,595.0,117.0,643.0,6.74
46
+ Rh,45.0,102.9055,5.0,9.0,4.0,1.0,0.0,0.0,59.0,2.0,1.73,132.0,1.35,2.52,1.35,0.81,2.28,1.99,3.7262,4.3,1.56,5.78,9.0,4.0,1.0,0.0,8.0,0.0,1.0,6.0,2.0,14.0,1.0,720.0,8.6,2239.15,4000.15,12.4,0.242,21.5,493.0,150.0,556.0,5.75
47
+ Pd,46.0,106.42,5.0,10.0,4.0,1.0,0.0,0.0,62.0,2.0,1.69,142.0,1.31,2.45,1.4,0.78,2.2,2.08,3.788,4.45,1.59,5.78,10.0,3.0,0.0,0.0,10.0,0.0,2.0,6.0,0.0,14.0,0.0,804.0,4.8,1827.15,3413.15,12.0,0.24,17.6,357.0,71.8,378.0,3.89
48
+ Ag,47.0,107.8682,5.0,11.0,4.0,1.0,0.0,0.0,65.0,0.0,1.65,144.0,1.53,2.375,1.6,1.29,1.93,1.07,3.8522,4.44,1.87,5.44,11.0,2.0,1.0,0.0,10.0,0.0,1.0,6.0,0.0,14.0,1.0,731.0,7.9,1235.15,2485.15,10.5,0.235,11.3,250.58,429.0,284.0,2.95
49
+ Cd,48.0,112.411,5.0,12.0,4.0,1.0,0.0,0.0,70.0,0.0,1.61,157.0,1.48,2.215,1.55,0.92,1.69,1.4,3.9187,4.33,1.52,4.44,12.0,1.0,2.0,0.0,10.0,0.0,0.0,6.0,0.0,14.0,2.0,868.0,7.2,594.05,1038.15,8.65,0.23,6.192,99.57,96.8,112.0,1.16
50
+ In,49.0,114.818,5.0,13.0,5.0,1.0,0.0,0.0,75.0,1.0,1.56,155.0,1.44,2.05,1.55,0.94,1.78,1.63,4.2337,3.1,1.656,3.44,3.0,3.0,2.0,1.0,10.0,0.0,0.0,5.0,0.0,14.0,2.0,558.0,9.7,429.75,2353.15,7.31,0.23,3.263,231.5,81.6,243.0,2.52
51
+ Sn,50.0,118.71,5.0,14.0,5.0,1.0,0.0,0.0,80.0,1.0,1.45,155.0,1.41,1.88,1.45,0.69,1.96,1.88,4.5926,4.3,1.824,4.0,4.0,4.0,2.0,2.0,10.0,0.0,0.0,4.0,0.0,14.0,2.0,709.0,7.7,505.15,2543.15,7.31,0.227,7.029,295.8,66.6,302.0,3.14
52
+ Sb,51.0,121.76,5.0,15.0,6.0,0.0,1.0,0.0,85.0,1.0,1.33,155.0,1.38,1.765,1.45,0.9,2.05,2.14,4.9953,4.85,1.984,3.0,5.0,5.0,2.0,3.0,10.0,0.0,0.0,3.0,0.0,14.0,2.0,834.0,6.6,904.15,2223.15,6.69,0.21,19.87,77.14,24.3,262.0,2.75
53
+ Te,52.0,127.6,5.0,16.0,6.0,0.0,1.0,0.0,90.0,1.0,1.23,140.0,1.35,1.67,1.4,1.11,2.1,2.38,5.4418,5.49,2.158,2.0,6.0,6.0,2.0,4.0,10.0,0.0,0.0,2.0,0.0,14.0,2.0,869.0,5.5,722.65,1262.95,6.24,0.2,17.49,52.55,2.35,197.0,2.19
54
+ I,53.0,126.90447,5.0,17.0,8.0,0.0,1.0,0.0,96.0,1.0,1.15,107.8,1.33,1.585,1.4,2.06,2.66,2.76,5.9319,6.76,2.359,0.0,7.0,7.0,2.0,5.0,10.0,0.0,0.0,1.0,0.0,14.0,7.0,1008.0,5.0,386.65,457.15,4.93,0.214,7.824,20.752,0.449,107.0,1.11
55
+ Xe,54.0,131.29,5.0,18.0,9.0,0.0,1.0,0.0,102.0,1.0,1.08,98.6,1.3,0.0,1.08,0.62,2.6,0.0,6.4662,6.122,2.582,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,6.0,10.0,14.0,0.0,1170.0,4.0,161.35,166.05,0.00589,0.158,2.297,12.636,0.00569,0.0,0.16
56
+ Cs,55.0,132.90543,6.0,1.0,1.0,1.0,0.0,0.0,5.0,0.0,2.98,264.0,2.25,4.31,2.6,1.81,0.79,0.77,4.4326,2.18,0.659,1.0,1.0,1.0,1.0,0.0,0.0,0.0,1.0,6.0,10.0,14.0,1.0,376.0,59.6,301.55,942.15,1.87,0.24,2.092,67.74,35.9,79.0,0.804
57
+ Ba,56.0,137.327,6.0,2.0,2.0,1.0,0.0,0.0,9.0,0.0,2.53,223.0,1.98,3.402,2.15,1.49,0.89,1.08,4.4699,2.4,0.881,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,6.0,10.0,14.0,2.0,503.0,39.7,998.15,1913.15,3.5,0.204,7.75,142.0,18.4,180.0,1.9
58
+ La,57.0,138.9055,6.0,3.0,3.0,1.0,0.0,0.0,13.0,2.0,1.95,187.0,1.69,3.08,1.95,1.36,1.1,1.35,4.5168,3.1,1.09,3.0,3.0,1.0,2.0,0.0,1.0,0.0,0.0,6.0,9.0,14.0,2.0,538.0,31.1,1193.15,3727.15,6.15,0.19,6.2,414.0,13.5,423.0,4.47
59
+ Ce,58.0,140.115,6.0,3.0,3.0,1.0,0.0,0.0,15.0,3.0,1.85,182.0,1.65,4.5,1.85,1.15,1.12,1.1,4.5734,3.1,1.09,3.2,3.0,3.0,2.0,0.0,1.0,1.0,0.0,6.0,9.0,13.0,2.0,534.0,29.6,1071.15,3530.15,6.66,0.19,5.46,414.0,11.4,419.0,4.32
60
+ Pr,59.0,140.90765,6.0,3.0,3.0,1.0,0.0,0.0,17.0,3.0,2.47,183.0,1.65,4.48,1.85,1.32,1.13,1.1,4.6395,3.1,1.09,3.1,3.0,3.0,2.0,0.0,0.0,3.0,0.0,6.0,10.0,11.0,2.0,527.0,28.2,1204.15,3290.15,6.77,0.19,6.89,296.8,12.5,356.0,3.7
61
+ Nd,60.0,144.24,6.0,3.0,3.0,1.0,0.0,0.0,19.0,3.0,2.06,182.0,1.84,3.99,1.85,1.3,1.14,1.2,4.7152,3.1,1.09,3.1,3.0,3.0,2.0,0.0,0.0,4.0,0.0,6.0,10.0,10.0,2.0,533.0,31.4,1289.15,3400.15,7.0,0.19,7.14,273.0,16.5,328.0,3.4
62
+ Pm,61.0,144.9127,6.0,3.0,3.0,1.0,0.0,0.0,21.0,3.0,2.05,185.0,1.63,3.99,1.85,1.28,1.13,1.15,4.8006,3.1,1.09,3.0,3.0,3.0,2.0,0.0,0.0,5.0,0.0,6.0,10.0,9.0,2.0,535.0,30.1,1315.15,3273.15,7.26,0.18,7.88,214.0,15.0,301.0,0.0
63
+ Sm,62.0,150.36,6.0,3.0,3.0,1.0,0.0,0.0,23.0,3.0,2.38,185.0,1.62,4.14,1.85,1.1,1.17,1.2,4.8955,3.1,1.09,2.8,3.0,3.0,2.0,0.0,0.0,6.0,0.0,6.0,10.0,8.0,2.0,545.0,28.8,1347.15,2067.15,7.52,0.2,8.63,166.4,13.3,207.0,2.14
64
+ Eu,63.0,151.965,6.0,3.0,3.0,1.0,0.0,0.0,25.0,3.0,2.31,196.0,1.85,3.94,1.85,1.31,1.2,1.15,5.0001,3.1,1.09,2.0,3.0,3.0,2.0,0.0,0.0,7.0,0.0,6.0,10.0,7.0,2.0,547.0,27.7,1095.15,1802.15,5.24,0.18,9.21,143.5,13.9,178.0,1.86
65
+ Gd,64.0,157.25,6.0,3.0,3.0,1.0,0.0,0.0,27.0,3.0,2.33,176.0,1.61,3.91,1.8,1.08,1.2,1.1,5.1142,3.1,1.09,3.0,3.0,3.0,2.0,0.0,1.0,7.0,0.0,6.0,9.0,7.0,2.0,593.0,23.5,1586.15,3546.15,7.9,0.23,10.05,359.4,10.6,398.0,4.14
66
+ Tb,65.0,158.92534,6.0,3.0,3.0,1.0,0.0,0.0,29.0,3.0,2.25,176.0,1.59,3.89,1.75,1.18,1.2,1.2,5.238,3.1,1.09,3.0,3.0,3.0,2.0,0.0,0.0,9.0,0.0,6.0,10.0,5.0,2.0,569.0,25.5,1638.15,3503.15,8.23,0.18,10.8,330.9,11.1,389.0,4.05
67
+ Dy,66.0,162.5,6.0,3.0,3.0,1.0,0.0,0.0,31.0,3.0,2.28,175.0,1.59,3.67,1.75,1.05,1.22,1.15,5.3714,3.1,1.09,3.0,3.0,3.0,2.0,0.0,0.0,10.0,0.0,6.0,10.0,4.0,2.0,573.0,24.5,1685.15,2840.15,8.55,0.17,11.06,230.1,10.7,291.0,3.04
68
+ Ho,67.0,164.93032,6.0,3.0,3.0,1.0,0.0,0.0,33.0,3.0,2.26,177.0,1.58,3.65,1.75,1.04,1.23,1.2,5.5143,3.1,1.09,3.0,3.0,3.0,2.0,0.0,0.0,11.0,0.0,6.0,10.0,3.0,2.0,581.0,23.6,1747.15,2973.15,8.8,0.16,12.2,241.0,16.2,301.0,3.14
69
+ Er,68.0,167.26,6.0,3.0,3.0,1.0,0.0,0.0,35.0,3.0,2.26,175.0,1.57,3.63,1.75,1.03,1.24,1.2,5.6669,3.1,1.09,3.0,3.0,3.0,2.0,0.0,0.0,12.0,0.0,6.0,10.0,2.0,2.0,589.0,22.7,1802.15,3141.15,9.07,0.17,19.9,261.0,14.3,317.0,3.29
70
+ Tm,69.0,168.93421,6.0,3.0,3.0,1.0,0.0,0.0,37.0,3.0,2.22,175.0,1.56,3.6,1.75,1.02,1.25,1.2,5.8291,3.1,1.09,3.0,3.0,3.0,2.0,0.0,0.0,13.0,0.0,6.0,10.0,1.0,2.0,597.0,21.8,1818.15,2223.15,9.32,0.16,16.84,191.0,16.8,232.0,2.42
71
+ Yb,70.0,173.04,6.0,3.0,3.0,1.0,0.0,0.0,39.0,3.0,2.22,190.0,1.56,3.59,1.75,1.13,1.1,1.1,6.0009,3.1,1.09,2.0,3.0,3.0,2.0,0.0,0.0,14.0,0.0,6.0,10.0,0.0,2.0,603.0,21.0,1092.15,1469.15,6.97,0.15,7.66,128.9,34.9,152.0,1.6
72
+ Lu,71.0,174.967,6.0,3.0,3.0,1.0,0.0,0.0,41.0,2.0,2.17,175.0,1.6,3.37,1.75,1.0,1.27,1.2,6.1824,3.1,1.09,3.0,3.0,3.0,2.0,0.0,1.0,14.0,0.0,6.0,9.0,0.0,2.0,524.0,21.9,1936.15,3675.15,9.84,0.15,18.6,355.9,16.4,427.0,4.43
73
+ Hf,72.0,178.49,6.0,4.0,4.0,1.0,0.0,0.0,45.0,2.0,2.08,158.0,1.5,2.91,1.55,0.85,1.3,1.73,6.3704,3.8,1.16,4.0,4.0,2.0,2.0,0.0,2.0,14.0,0.0,6.0,8.0,0.0,2.0,659.0,16.2,2500.15,4873.15,13.3,0.14,24.06,575.0,23.0,619.0,6.44
74
+ Ta,73.0,180.9479,6.0,5.0,4.0,1.0,0.0,0.0,48.0,2.0,2.0,145.0,1.38,2.79,1.45,0.78,1.5,1.94,6.5738,4.11,1.34,5.0,5.0,3.0,2.0,0.0,3.0,14.0,0.0,6.0,7.0,0.0,2.0,761.0,13.1,3269.15,5698.15,16.6,0.14,31.6,743.0,57.5,782.0,8.1
75
+ W,74.0,183.84,6.0,6.0,4.0,1.0,0.0,0.0,51.0,2.0,1.93,135.0,1.46,2.735,1.35,0.74,2.36,1.79,6.7841,4.4,1.47,5.78,6.0,4.0,2.0,0.0,4.0,14.0,0.0,6.0,6.0,0.0,2.0,770.0,11.1,3683.15,5933.15,19.3,0.13,35.4,824.0,174.0,849.0,8.9
76
+ Re,75.0,186.207,6.0,7.0,4.0,1.0,0.0,0.0,54.0,2.0,1.88,137.0,1.59,2.68,1.35,0.77,1.9,2.06,7.004,4.02,1.6,5.78,7.0,5.0,2.0,0.0,5.0,14.0,0.0,6.0,5.0,0.0,2.0,760.0,9.7,3453.15,5873.15,21.0,0.13,33.2,715.0,47.9,770.0,8.03
77
+ Os,76.0,190.23,6.0,8.0,4.0,1.0,0.0,0.0,57.0,2.0,1.85,135.0,1.28,2.65,1.3,0.77,2.2,1.85,7.2335,4.9,1.65,5.78,8.0,5.0,2.0,0.0,6.0,14.0,0.0,6.0,4.0,0.0,2.0,839.0,8.5,3318.15,5303.15,22.6,0.13,31.8,746.0,87.6,791.0,8.17
78
+ Ir,77.0,192.22,6.0,9.0,4.0,1.0,0.0,0.0,60.0,2.0,1.8,136.0,1.37,2.628,1.35,0.77,2.2,1.87,7.4345,5.4,1.68,5.78,9.0,4.0,2.0,0.0,7.0,14.0,0.0,6.0,3.0,0.0,2.0,878.0,7.6,2683.15,4403.15,22.4,0.13,26.1,604.0,147.0,665.0,6.94
79
+ Pt,78.0,195.08,6.0,10.0,4.0,1.0,0.0,0.0,63.0,2.0,1.77,139.0,1.28,2.7,1.35,0.74,2.28,1.91,7.7208,5.6,1.72,5.78,10.0,3.0,1.0,0.0,9.0,14.0,1.0,6.0,1.0,0.0,1.0,868.0,6.5,2045.15,4100.15,21.4,0.13,19.6,510.0,71.6,565.0,5.84
80
+ Au,79.0,196.96654,6.0,11.0,4.0,1.0,0.0,0.0,66.0,2.0,1.74,143.0,1.44,2.66,1.35,1.51,2.54,1.19,7.9791,5.77,1.92,5.44,11.0,2.0,1.0,0.0,10.0,14.0,1.0,6.0,0.0,0.0,1.0,890.0,6.1,1337.15,3353.15,19.3,0.128,12.55,334.4,317.0,366.0,3.81
81
+ Hg,80.0,200.59,6.0,12.0,4.0,1.0,0.0,0.0,71.0,2.0,1.71,152.0,1.49,2.41,1.5,0.83,2.0,1.49,8.2469,4.91,1.76,4.44,12.0,1.0,2.0,0.0,10.0,14.0,0.0,6.0,0.0,0.0,2.0,1007.0,5.4,234.25,630.15,13.5,0.139,2.295,59.229,8.34,61.0,0.67
82
+ Tl,81.0,204.3833,6.0,13.0,5.0,1.0,0.0,0.0,76.0,1.0,1.56,172.0,1.48,2.235,1.9,1.03,1.62,1.69,4.6618,3.2,1.789,3.44,3.0,3.0,2.0,1.0,10.0,14.0,0.0,5.0,0.0,0.0,3.0,589.0,7.6,576.15,1730.15,11.9,0.13,4.142,164.1,46.1,182.0,1.88
83
+ Pb,82.0,207.2,6.0,14.0,5.0,1.0,0.0,0.0,81.0,1.0,1.54,174.0,1.47,2.09,1.8,1.49,1.87,1.92,4.7404,3.9,1.854,2.44,4.0,4.0,2.0,2.0,10.0,14.0,0.0,4.0,0.0,0.0,4.0,716.0,6.8,600.65,2013.15,11.4,0.13,4.799,177.7,35.3,196.0,2.03
84
+ Bi,83.0,208.98037,6.0,15.0,5.0,1.0,0.0,0.0,86.0,1.0,1.43,162.0,1.46,1.997,1.6,1.17,2.02,2.14,4.8288,4.69,2.01,3.0,5.0,5.0,2.0,3.0,10.0,14.0,0.0,3.0,0.0,0.0,5.0,703.0,7.4,544.15,1833.15,9.75,0.12,11.3,104.8,7.87,207.0,2.18
85
+ Th,90.0,232.0381,7.0,3.0,3.0,1.0,0.0,0.0,16.0,2.0,1.8,178.0,1.65,4.98,1.8,1.19,1.3,1.3,2.8784,3.2,1.11,4.0,2.0,2.0,2.0,0.0,2.0,0.0,0.0,6.0,8.0,14.0,2.0,587.0,32.1,2023.15,5063.15,11.7,0.12,16.1,514.4,54.0,576.0,6.2
86
+ U,92.0,238.0289,7.0,3.0,3.0,1.0,0.0,0.0,20.0,3.0,1.75,158.0,1.42,4.72,1.75,0.87,1.38,1.7,3.3168,3.4,1.22,5.78,3.0,3.0,2.0,0.0,1.0,3.0,0.0,6.0,9.0,11.0,2.0,598.0,27.4,1405.15,4091.15,19.0,0.12,14.0,477.0,27.6,490.0,5.55