DataFrame.DTypes Method

Definition

Returns all column names and their data types as an IEnumerable of Tuples.

public System.Collections.Generic.IEnumerable<Tuple<string,string>> DTypes ();
member this.DTypes : unit -> seq<string * string>
Public Function DTypes () As IEnumerable(Of Tuple(Of String, String))

Returns

IEnumerable of Tuple of strings

Applies to