Skip to content
Jack Brookes edited this page Oct 31, 2020 · 2 revisions

UXF.UXFDataTable

Represents a table of data. That is, a series of named columns, each column representing a list of data. The lists of data are always the same length.


Fields

None

Properties

None

Methods

UXF.UXFDataTable.UXF.UXFDataTable(int, string[])

Construct a table with given estimated row capacity and column names.

Parameters

  • capacity:

  • columnNames:

UXF.UXFDataTable.UXF.UXFDataTable(string[])

Construct a table with given column names.

Parameters

  • columnNames:

UXF.UXFDataTable.AddCompleteRow(UXF.UXFDataRow)

Add a complete row to the table

Parameters

  • newRow:

UXF.UXFDataTable.CountRows()

Count and return the number of rows.

Parameters

None

UXF.UXFDataTable.GetCSVLines()

Return the table as a set of strings, each string a line a row with comma-seperated values.

Parameters

None

UXF.UXFDataTable.GetAsDictOfList()

Return the table as a dictionary of lists.

Parameters

None

UXF.UXFDataTable.GetAsListOfDict()

Return the table as a list of dictionaries.

Parameters

None


Note: This file was automatically generated

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally