Click or drag to resize
FrameTRowKey, TColumnKeyFormat Method (Int32)
Shows the data frame content in a human-readable format. The resulting string shows all columns, but a limited number of rows. ## Parameters - `count` - The maximal total number of rows to be printed [category:Formatting and raw data access]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public string Format(
	int count
)

Parameters

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Deedle.Frame`2.Format(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Deedle.Frame`2.Format(System.Int32)"]

See Also