Click or drag to resize
FrameTRowKey, TColumnKeyFormat Method (Int32, Int32, Boolean)
Shows the data frame content in a human-readable format. The resulting string shows all columns, but a limited number of rows. ## Parameters - `startCount` - The number of rows at the beginning to be printed - `endCount` - The number of rows at the end of the frame to be printed - `printTypes` - When true, the types of vectors storing column data are printed [category:Formatting and raw data access]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public string Format(
	int startCount,
	int endCount,
	bool printTypes
)

Parameters

startCount
Type: SystemInt32

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

endCount
Type: SystemInt32

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

printTypes
Type: SystemBoolean

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

Return Value

Type: String

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

See Also