columnNames property

List<String> columnNames

A copy of the names of the columns in this data frame.

Implementation

List<String> get columnNames =>
    [...numericColumns.keys, ...categoricColumns.keys];