system.dataset.getColumnHeaders

Description

Takes in a dataset and returns the headers as a python list.

Syntax

system.dataset. getColumnHeaders( dataset )

  • Parameters

Dataset dataset - The input dataset.

  • Returns

PyList - A list of column header strings.

  • Scope

All

Code Examples

There are no code examples available for this function.