| FrameTRowKey, TColumnKeyGetRowT Method (TRowKey) |
Returns a row with the specieifed key. This method is generic and returns the result
as a series containing values of the specified type. To get heterogeneous series of
type `ObjectSeries<'TCol>`, use the `frame.Rows` property.
## Parameters
- `rowKey` - Specifies the key of the row to be returned
[category:Accessors and slicing]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public Series<TColumnKey, T> GetRow<T>(
TRowKey rowKey
)
Parameters
- rowKey
- Type: TRowKey
[Missing <param name="rowKey"/> documentation for "M:Deedle.Frame`2.GetRow``1(`0)"]
Type Parameters
- T
Return Value
Type:
SeriesTColumnKey,
T[Missing <returns> documentation for "M:Deedle.Frame`2.GetRow``1(`0)"]
See Also