parse_single_table

astropy.io.votable.parse_single_table(source, **kwargs)[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:
votableTable object