parse_single_table

astropy.io.votable.table.parse_single_table(source, **kwargs) [edit on github][source]

Parses a VOTABLE xml file (or file-like object), reading and returning only the first Table instance.

See parse for a description of the keyword arguments.

Returns :votable : astropy.io.votable.tree.Table object

Page Contents