BooleanDataFrameColumn.CreateNewColumn(String, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> CreateNewColumn (string name, long length = 0);
override this.CreateNewColumn : string * int64 -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Protected Overrides Function CreateNewColumn (name As String, Optional length As Long = 0) As PrimitiveDataFrameColumn(Of Boolean)
Parameters
- name
- String
- length
- Int64