xb.Schema
================
.. role:: html(raw)
:format: html
.. autoclass:: excelbird.schema.Column
.. autoclass:: excelbird.schema.Schema
Schema Methods
---------------------
.. autofunction:: excelbird.schema.Schema.select_inputs
:html:``
.. autofunction:: excelbird.schema.Schema.select_outputs
:html:``
.. autofunction:: excelbird.schema.Schema.apply
:html:``
.. autofunction:: excelbird.schema.Schema.__getitem__
:html:``
.. autofunction:: excelbird.schema.Schema.drop
:html:``
.. autofunction:: excelbird.schema.Schema.rename
:html:``
.. autofunction:: excelbird.schema.Schema.update
:html:``
.. autofunction:: excelbird.schema.Schema.rename_inputs_to_vars
:html:``
.. autofunction:: excelbird.schema.Schema.rename_vars_to_outputs
:html:``
.. autofunction:: excelbird.schema.Schema.inputs
:html:``
.. autofunction:: excelbird.schema.Schema.outputs
:html:``
.. autofunction:: excelbird.schema.Schema.reset_inputs
:html:``
.. autofunction:: excelbird.schema.Schema.reset_outputs