Data Frame

A data frame is a set of data columns along with some associated metadata including:

You can think of a data frame as a table of data displayed in rows and columns, with a row for each time step and a column for each data column like the following example:

Start TimeSpeed 75mDirection 72m
(m/s)(°)
2021-02-12 05:408.10287
2021-02-12 05:508.14268
2021-02-12 06:007.53250
2021-02-12 06:107.45236
2021-02-12 06:206.49232
2021-02-12 06:305.43225
2021-02-12 06:404.81222
2021-02-12 06:504.57225
2021-02-12 07:004.84223
2021-02-12 07:104.65219
2021-02-12 07:204.65218
2021-02-12 07:304.98217
2021-02-12 07:405.24227
2021-02-12 07:505.62264

A dataset contains the current data frame plus a list of revisions, some of which may contain archived data frames.

See also

Dataset

Data column

Time step

Revision

Column display settings


Written by: Tom Lambert
Contact: windographer.support@ul.com
Last modified: June 17, 2021