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
TableElement
instance.See
parse
for a description of the keyword arguments.- Returns:
- votable
TableElement
object
- votable