![]() | IData |
public interface IDataFrameColumnCollection<TData> : IEnumerable<IDataFrameColumn<TData>>, IEnumerable, IDisposable where TData : new()
The IDataFrameColumnCollectionTData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of columns/series in the collection. |
![]() | ItemInt32 | Gets the series at the specified index. |
![]() | ItemString | Gets the first series with the specified name. |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIDataFrameColumnTData) |