DataClass ========= .. currentmodule:: sbpy.data .. autoclass:: DataClass :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~DataClass.field_names ~DataClass.meta ~DataClass.table .. rubric:: Methods Summary .. autosummary:: ~DataClass.add_row ~DataClass.apply ~DataClass.from_columns ~DataClass.from_dict ~DataClass.from_file ~DataClass.from_rows ~DataClass.from_table ~DataClass.to_file ~DataClass.verify_fields ~DataClass.vstack .. rubric:: Attributes Documentation .. autoattribute:: field_names .. autoattribute:: meta .. autoattribute:: table .. rubric:: Methods Documentation .. automethod:: add_row .. automethod:: apply .. automethod:: from_columns .. automethod:: from_dict .. automethod:: from_file .. automethod:: from_rows .. automethod:: from_table .. automethod:: to_file .. automethod:: verify_fields .. automethod:: vstack