> For the complete documentation index, see [llms.txt](https://brightwind.gitbook.io/brighthub-user-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brightwind.gitbook.io/brighthub-user-docs/reference-user-manual/setup-tab/data-column-names.md).

# Data Column Names

#### Data Column Names Tab

The Data Column Names tab shows the complete list of column names extracted from the raw timeseries files uploaded to BrightHub.

* The **Data Column Names** table lists the data column names extracted from the timeseries files, as well as the Statistic Type, Date From and Date To for each column name.\
  ![](/files/RYg147ZA98J7qdMoWJAH)
* BrightHub groups the column names to be mapped to a logger measurement config:\
  for example, the average, standard deviation, maximum and minimum wind speed columns measured by an anemometer at 100m are grouped together and assigned to a logger measurement config with the measurement point name 'Spd\_100m'.
* The **Column Groups** section shows which data columns have been grouped together so each column group can be mapped to a logger measurement config.\
  ![](/files/TgYbsIgIdJA6aYd7QfKA)
* To delete a column group, click the delete icon.\
  Note that doing so will also result in the deletion of any logger measurement config assigned to that group of measurements.
* You can also add column groupings to measurement columns which do not already belong to a grouping:

1. Under **Select data columns to group**, choose the *Ignored Columns* which you would like to group.
2. Click on Group Columns.
3. You can then assign the new column group to a logger measurement config and measurement point in the logger measurement config tab.

* The ignored columns are not considered in the data processing.\
  Only the grouped columns which belong to at least one column grouping are considered in the data processing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://brightwind.gitbook.io/brighthub-user-docs/reference-user-manual/setup-tab/data-column-names.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
