FrameTRowKey, TColumnKeyFormat Method |
Name | Description | |
---|---|---|
Format |
Shows the data frame content in a human-readable format. The resulting string
shows all columns, but a limited number of rows.
[category:Formatting and raw data access]
| |
Format(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]
| |
Format(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]
| |
Format(Int32, Int32) |
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
[category:Formatting and raw data access]
| |
Format(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]
|