writeto#

astropy.io.votable.writeto(table, file, tabledata_format=None)[source]#

Writes a VOTableFile to a VOTABLE xml file.

Parameters:
tableVOTableFile or Table instance.
filestr or writable file-like object file-like object

Path or file object to write to

tabledata_formatstr, optional

Override the format of the table(s) data to write. Must be one of tabledata (text representation), binary or binary2. By default, use the format that was specified in each table object as it was created or read in. See Data Serialization Formats.