records

records

Active filters Clear all

No active filters

Filters

Periodic table / Tableau périodique des éléments (Mendeleïev)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Atomic Number
               

No description available for this field.

Name (identifier)
atomicnumber
Type
integer
Sample
                       
Symbol
               

No description available for this field.

Name (identifier)
symbol
Type
text
Sample
                       
Name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Year Discovered
               

No description available for this field.

Name (identifier)
yeardiscovered
Type
date
Sample
                       
Atomic Mass
               

No description available for this field.

Name (identifier)
atomicmass
Type
text
Sample
                       
Electronic Configuration
               

No description available for this field.

Name (identifier)
electronicconfiguration
Type
text
Sample
                       
Electronegativity
               

No description available for this field.

Name (identifier)
electronegativity
Type
decimal
Sample
                       
Atomic Radius
               

No description available for this field.

Name (identifier)
atomicradius
Type
decimal
Sample
                       
Ion Radius
               

No description available for this field.

Name (identifier)
ionradius
Type
text
Sample
                       
Ionization Energy
               

No description available for this field.

Name (identifier)
ionizationenergy
Type
decimal
Sample
                       
Electron Affinity
               

No description available for this field.

Name (identifier)
electronaffinity
Type
decimal
Sample
                       
Oxidation States
               

No description available for this field.

Name (identifier)
oxidationstates
Type
text
Sample
                       
Standard State
               

No description available for this field.

Name (identifier)
standardstate
Type
text
Sample
                       
Bonding Type
               

No description available for this field.

Name (identifier)
bondingtype
Type
text
Sample
                       
Melting Point
               

No description available for this field.

Name (identifier)
meltingpoint
Type
decimal
Sample
                       
Boiling Point
               

No description available for this field.

Name (identifier)
boilingpoint
Type
decimal
Sample
                       
Density
               

No description available for this field.

Name (identifier)
density
Type
decimal
Sample
                       
Group Block
               

No description available for this field.

Name (identifier)
groupblock
Type
text
Sample
                       
Van Del Waals Radius
               

No description available for this field.

Name (identifier)
vandelwaalsradius
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"periodic-table",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/periodic-table"
      }
    ]
    ,
  • "definitions":
    {
    • "periodic-table":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/periodic-table_records"
            }
          }
        }
      }
      ,
    • "periodic-table_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "atomicnumber":
              {
              • "type":"integer",
              • "title":"Atomic Number",
              • "description":""
              }
              ,
            • "symbol":
              {
              • "type":"string",
              • "title":"Symbol",
              • "description":""
              }
              ,
            • "name":
              {
              • "type":"string",
              • "title":"Name",
              • "description":""
              }
              ,
            • "yeardiscovered":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year Discovered",
              • "description":""
              }
              ,
            • "atomicmass":
              {
              • "type":"string",
              • "title":"Atomic Mass",
              • "description":""
              }
              ,
            • "electronicconfiguration":
              {
              • "type":"string",
              • "title":"Electronic Configuration",
              • "description":""
              }
              ,
            • "electronegativity":
              {
              • "type":"number",
              • "title":"Electronegativity",
              • "description":""
              }
              ,
            • "atomicradius":
              {
              • "type":"number",
              • "title":"Atomic Radius",
              • "description":""
              }
              ,
            • "ionradius":
              {
              • "type":"string",
              • "title":"Ion Radius",
              • "description":""
              }
              ,
            • "ionizationenergy":
              {
              • "type":"number",
              • "title":"Ionization Energy",
              • "description":""
              }
              ,
            • "electronaffinity":
              {
              • "type":"number",
              • "title":"Electron Affinity",
              • "description":""
              }
              ,
            • "oxidationstates":
              {
              • "type":"string",
              • "title":"Oxidation States",
              • "description":""
              }
              ,
            • "standardstate":
              {
              • "type":"string",
              • "title":"Standard State",
              • "description":""
              }
              ,
            • "bondingtype":
              {
              • "type":"string",
              • "title":"Bonding Type",
              • "description":""
              }
              ,
            • "meltingpoint":
              {
              • "type":"number",
              • "title":"Melting Point",
              • "description":""
              }
              ,
            • "boilingpoint":
              {
              • "type":"number",
              • "title":"Boiling Point",
              • "description":""
              }
              ,
            • "density":
              {
              • "type":"number",
              • "title":"Density",
              • "description":""
              }
              ,
            • "groupblock":
              {
              • "type":"string",
              • "title":"Group Block",
              • "description":""
              }
              ,
            • "vandelwaalsradius":
              {
              • "type":"string",
              • "title":"Van Del Waals Radius",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets