.. include:: ../table/references.txt

Row
===

.. currentmodule:: astropy.table

.. autoclass:: Row
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Row.colnames
      ~Row.columns
      ~Row.dtype
      ~Row.index
      ~Row.meta
      ~Row.table

   .. rubric:: Methods Summary

   .. autosummary::

      ~Row.as_void
      ~Row.keys
      ~Row.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: colnames
   .. autoattribute:: columns
   .. autoattribute:: dtype
   .. autoattribute:: index
   .. autoattribute:: meta
   .. autoattribute:: table

   .. rubric:: Methods Documentation

   .. automethod:: as_void
   .. automethod:: keys
   .. automethod:: values
