DataFrameRowCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the rows of a DataFrame
public class DataFrameRowCollection : System.Collections.Generic.IEnumerable<Microsoft.Data.Analysis.DataFrameRow>
type DataFrameRowCollection = class
interface seq<DataFrameRow>
interface IEnumerable
Public Class DataFrameRowCollection
Implements IEnumerable(Of DataFrameRow)
- Inheritance
-
DataFrameRowCollection
- Implements
Properties
Count |
The number of rows in this DataFrame. |
Item[Int64] |
An indexer to return the DataFrameRow at |
Methods
GetEnumerator() |
Returns an enumerator of DataFrameRow objects |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |