> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/ladybug-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/ladybug-primer/components/1_analyzedata/deconstruct_data.md).

# Deconstruct Data

![](/files/-Ma6CwSyAkbY5dqZkW7o)

![](/files/-MihilV9UmTkqKdZlgsM) - [\[source code\]](https://github.com/ladybug-tools/ladybug-grasshopper/blob/master/ladybug_grasshopper/src//LB%20Deconstruct%20Data.py)

Deconstruct a Ladybug DataCollection into a header and values.

### Inputs

* **data \[Required]**

A Ladybug DataCollection object.

### Outputs

* **header**

The header of the DataCollection (containing metadata).

* **values**

The numerical values of the DataCollection.
