Deconstruct Data

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.

Last updated