DataFrame.DTypes 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.
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