DataFrameColumn class

A data frame column

Constructors

DataFrameColumn({required String name, required Type type})
Provide a name and type
DataFrameColumn.inferFromRecord(String record, String name, {String? dateFormat})
Infer the column types from a datapoint.

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
The column's name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
The column's type
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override