Create an object to describe the different columns in your data. Save it for future use.
FAQs
Can there be an order between the rows?
For a true, single table data usage, the rows should be independent -- i.e. there should be no ordering or dependencies between the rows of your table.
If you do have a specific order, your data is likely sequential. You can still write a single table metadata but some additional details. See the Sequential Data section for more information.