DataFrame.Item[IEnumerable 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Item[IEnumerable<Int64>] |
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. |
Item[String] |
인덱서 기반 Name |
Item[IEnumerable<Int32>] |
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. |
Item[Int64, Int32] |
값을 가져오거나 설정할 인덱서입니다. |
Item[PrimitiveDataFrameColumn<Int64>] |
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. |
Item[PrimitiveDataFrameColumn<Int32>] |
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. |
Item[PrimitiveDataFrameColumn<Boolean>] |
필터에서 부울 값을 사용하여 새 DataFrame을 반환합니다. |
Item[IEnumerable<Boolean>] |
의 부울 값을 사용하여 새 DataFrame을 반환합니다. |
Item[IEnumerable<Int64>]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. rowIndices
public Microsoft.Data.Analysis.DataFrame this[System.Collections.Generic.IEnumerable<long> rowIndices] { get; }
member this.Item(seq<int64>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As IEnumerable(Of Long)) As DataFrame
매개 변수
- rowIndices
- IEnumerable<Int64>
속성 값
적용 대상
Item[String]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
인덱서 기반 Name
public Microsoft.Data.Analysis.DataFrameColumn this[string columnName] { get; set; }
member this.Item(string) : Microsoft.Data.Analysis.DataFrameColumn with get, set
Default Public Property Item(columnName As String) As DataFrameColumn
매개 변수
- columnName
- String
이름을 DataFrameColumn
속성 값
가 DataFrameColumn 있는 경우 입니다.
예외
이 에 없는 경우 columnName
throw합니다. DataFrame
적용 대상
Item[IEnumerable<Int32>]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. rowIndices
public Microsoft.Data.Analysis.DataFrame this[System.Collections.Generic.IEnumerable<int> rowIndices] { get; }
member this.Item(seq<int>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As IEnumerable(Of Integer)) As DataFrame
매개 변수
- rowIndices
- IEnumerable<Int32>
속성 값
적용 대상
Item[Int64, Int32]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
값을 가져오거나 설정할 인덱서입니다.
public object this[long rowIndex, int columnIndex] { get; set; }
member this.Item(int64 * int) : obj with get, set
Default Public Property Item(rowIndex As Long, columnIndex As Integer) As Object
매개 변수
- rowIndex
- Int64
0부터 시작하는 행 인덱스
- columnIndex
- Int32
0부터 시작하는 열 인덱스
속성 값
및 의 교차점에 저장된 값입니다 rowIndex
. columnIndex
적용 대상
Item[PrimitiveDataFrameColumn<Int64>]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. rowIndices
public Microsoft.Data.Analysis.DataFrame this[Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> rowIndices] { get; }
member this.Item(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As PrimitiveDataFrameColumn(Of Long)) As DataFrame
매개 변수
- rowIndices
- PrimitiveDataFrameColumn<Int64>
행 인덱스의 열
속성 값
적용 대상
Item[PrimitiveDataFrameColumn<Int32>]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
의 행 인덱스를 사용하여 새 DataFrame을 반환합니다. rowIndices
public Microsoft.Data.Analysis.DataFrame this[Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int> rowIndices] { get; }
member this.Item(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowIndices As PrimitiveDataFrameColumn(Of Integer)) As DataFrame
매개 변수
- rowIndices
- PrimitiveDataFrameColumn<Int32>
행 인덱스의 열
속성 값
적용 대상
Item[PrimitiveDataFrameColumn<Boolean>]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
필터에서 부울 값을 사용하여 새 DataFrame을 반환합니다.
public Microsoft.Data.Analysis.DataFrame this[Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> rowFilter] { get; }
member this.Item(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowFilter As PrimitiveDataFrameColumn(Of Boolean)) As DataFrame
매개 변수
- rowFilter
- PrimitiveDataFrameColumn<Boolean>
부울 열
속성 값
적용 대상
Item[IEnumerable<Boolean>]
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
- Source:
- DataFrame.cs
의 부울 값을 사용하여 새 DataFrame을 반환합니다. rowFilter
public Microsoft.Data.Analysis.DataFrame this[System.Collections.Generic.IEnumerable<bool> rowFilter] { get; }
member this.Item(seq<bool>) : Microsoft.Data.Analysis.DataFrame
Default Public ReadOnly Property Item(rowFilter As IEnumerable(Of Boolean)) As DataFrame
매개 변수
- rowFilter
- IEnumerable<Boolean>