Click or drag to resize
FrameFromValuesa, b, c Method (IEnumerableTuplea, b, c)
Create a data frame from a sequence of tuples containing row key, column key and a value

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<a, b> FromValues<a, b, c>(
	IEnumerable<Tuple<a, b, c>> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableTuplea, b, c

[Missing <param name="values"/> documentation for "M:Deedle.Frame.FromValues``3(System.Collections.Generic.IEnumerable{System.Tuple{``0,``1,``2}})"]

Type Parameters

a
b
c

Return Value

Type: Framea, b

[Missing <returns> documentation for "M:Deedle.Frame.FromValues``3(System.Collections.Generic.IEnumerable{System.Tuple{``0,``1,``2}})"]

See Also