Click or drag to resize
FrameTRowKey, TColumnKeyGetRow Method
Overload List
  NameDescription
Public methodGetRowT(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]
Public methodGetRowT(TRowKey, Lookup)
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 - `lookup` - Specifies how to find value in a frame with ordered rows when the key does not exactly match (look for nearest available value with the smaller/greater key). [category:Accessors and slicing]
Top
See Also