QueryResponseColumn#
- class sunpy.net.base_client.QueryResponseColumn(
- data=None,
- name=None,
- dtype=None,
- shape=(),
- length=0,
- description=None,
- unit=None,
- format=None,
- meta=None,
- copy=None,
- copy_indices=True,
Bases:
Column
A column subclass which knows about the client of the parent table.
Methods Summary
as_table
()Return this Row as a length one Table
Methods Documentation