StringDataFrameColumn Constructors
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.
Overloads
StringDataFrameColumn(String, IEnumerable<String>) | |
StringDataFrameColumn(String, Int64) |
StringDataFrameColumn(String, IEnumerable<String>)
public StringDataFrameColumn (string name, System.Collections.Generic.IEnumerable<string> values);
new Microsoft.Data.Analysis.StringDataFrameColumn : string * seq<string> -> Microsoft.Data.Analysis.StringDataFrameColumn
Public Sub New (name As String, values As IEnumerable(Of String))
Parameters
- name
- String
- values
- IEnumerable<String>