--- title: Tabular Data type: templates category: Structured Data Parsing cat: structured-data-parsing order: 505 meta_title: Tabular Data Labeling Template meta_description: Template for labeling tabular data with Label Studio for your machine learning and data science projects. --- If you need to validate data stored in a table, use this template to display data in a tabular format and ask questions about the contents of the table. ## Interactive Template Preview
## Labeling Configuration ```html
``` ## About the labeling configuration All labeling configurations must be wrapped in [View](/tags/view.html) tags. Use the [Header](/tags/header.html) tag to provide details to annotators: ```xml
``` Use the [Table](/tags/table.html) object tag to display tabular data: ```xml
``` Use the [Choices](/tags/choices.html) control tag to classify the table contents: ```xml ``` ## Related tags - [Header](/tags/header.html) - [Table](/tags/table.html) - [Choices](/tags/choices.html)