
.. include:: ../io/votable/references.txt


Table
=============================

.. currentmodule:: astropy.io.votable.tree

.. autoclass:: Table
   :show-inheritance:

   
     
   

   
   

   .. rubric:: Attributes Summary

   .. autosummary::
   
      ~Table.fields
      ~Table.format
      ~Table.groups
      ~Table.infos
      ~Table.links
      ~Table.nrows
      ~Table.params
      ~Table.ref

   
   

   
   

   .. rubric:: Methods Summary

   .. autosummary::
   
      ~Table.create_arrays
      ~Table.from_table
      ~Table.get_field_by_id
      ~Table.get_field_by_id_or_name
      ~Table.get_fields_by_utype
      ~Table.get_group_by_id
      ~Table.get_groups_by_utype
      ~Table.is_empty
      ~Table.iter_fields_and_params
      ~Table.iter_groups
      ~Table.iter_info
      ~Table.parse
      ~Table.to_table
      ~Table.to_xml

   
   

   
   

   .. rubric:: Attributes Documentation

   
   .. autoattribute:: fields
   .. autoattribute:: format
   .. autoattribute:: groups
   .. autoattribute:: infos
   .. autoattribute:: links
   .. autoattribute:: nrows
   .. autoattribute:: params
   .. autoattribute:: ref

   
   

   
   

   .. rubric:: Methods Documentation

   
   .. automethod:: create_arrays
   .. automethod:: from_table
   .. automethod:: get_field_by_id
   .. automethod:: get_field_by_id_or_name
   .. automethod:: get_fields_by_utype
   .. automethod:: get_group_by_id
   .. automethod:: get_groups_by_utype
   .. automethod:: is_empty
   .. automethod:: iter_fields_and_params
   .. automethod:: iter_groups
   .. automethod:: iter_info
   .. automethod:: parse
   .. automethod:: to_table
   .. automethod:: to_xml

   
   