| Name | Description |
---|
  | AppendR, C(DataFrameR, C) |
Combines data frames by appending the rows of the other
data frame to the rows of this data frame.
|
  | AppendR, C(IEnumerableDataFrameR, C, IndexC, Boolean) |
Combines data frames by appending the rows of the other
data frame to the rows of this data frame.
|
  | AppendR, C(IEnumerableDataFrameR, C, JoinType, Boolean) |
Combines data frames by appending the rows of the other
data frame to the rows of this data frame.
|
  | ApplyR, C, T |
Applies the specified matrix function to two data frames and returns the result.
|
  | CreateEmptyR, C |
Constructs an empty data frame.
|
  | FromColumnsC(IDictionaryC, Object) |
Constructs a new data frame from a dictionary of columns using a default index.
|
  | FromColumnsC(ValueTupleC, Object) |
Constructs a new data frame from an array of tuples of
key / column pairs using a default index.
|
  | FromColumnsC(IEnumerableIVector, IndexC) |
Constructs a new data frame from the specified columns and column index.
|
  | FromColumnsC(IEnumerableIVector, IEnumerableC) |
Creates a new data frame from the specified column labels and data.
|
  | FromColumnsR, C(IDictionaryC, Object) |
Constructs a new data frame from a dictionary of columns.
|
  | FromColumnsR, C(IDictionaryC, Object, IndexR) |
Constructs a new data frame from a dictionary of columns using the specified row index.
|
  | FromColumnsR, C(IDictionaryC, Object, IndexR, IndexC) |
Constructs a new data frame from a dictionary of columns using the specified row index.
|
  | FromColumnsR, C(IEnumerableIVector, IndexR, IndexC) |
Constructs a new data frame from the specified columns, row and column indexes.
|
  | FromDataTable(DataTable) |
Constructs a data frame from a data table.
|
  | FromDataTable(DataTable, IEnumerableString) |
Constructs a data frame from the specified columns in a data table.
|
  | FromDataTableR(DataTable, String) |
Constructs a data frame from a data table using the specified key column.
|
  | FromDataTableR(DataTable, String, IEnumerableString) |
Constructs a data frame from the specified columns in a data table using the specified key column.
|
  | FromMatrixC, T(MatrixT, IndexC) |
Constructs a new data frame from a matrix with a default row index.
|
  | FromMatrixR, C, T(MatrixT, IndexR, IndexC) |
Constructs a new data frame from a matrix.
|
  | FromObjectsT(IEnumerableT) |
Creates a new data frame containing the public properties of a sequence of objects.
|
  | FromObjectsT(IEnumerableT, String) |
Creates a new data frame containing the specified properties of a sequence of objects.
|
  | FromObjectsT, R(IEnumerableT, String) |
Creates a new data frame containing the public properties of a sequence of objects.
|
  | FromObjectsT, R(IEnumerableT, String) |
Creates a new data frame containing the specified properties of a sequence of objects.
|
  | GetRowsR1, R2, C(DataFrameValueTupleR1, R2, C, R1) |
Returns a data frame containing the rows where the first
level of the index has the specified value.
|
  | GetRowsR1, R2, R3, C(DataFrameValueTupleR1, R2, R3, C, R1) |
Returns a data frame containing the rows where the first
level of the index has the specified value.
|
  | GetRowsR1, R2, R3, C(DataFrameValueTupleR1, R2, R3, C, R1, R2) |
Returns a data frame containing the rows where
the first two levels of the index have the specified values.
|
  | JoinR(DataFrameR, String, DataFrameR, String, JoinType, String, String) |
Returns a new data frame by joining this data frame with another data frame
on the data frames' indexes.
|
  | JoinR, C(DataFrameR, C, JoinType, DataFrameR, C, FuncC, C, FuncC, C) |
Returns a new data frame by joining two data frames
on their row indexes.
|
  | JoinR1, R2(DataFrameR1, String, JoinType, DataFrameR2, String, IListString, String, String) |
Returns a new data frame by joining this data frame with another data frame
on the data frame's indexes.
|
  | JoinR1, R2(DataFrameR1, String, JoinType, DataFrameR2, String, String, String, String) |
Returns a new data frame by joining this data frame with another data frame
on the data frame's row index.
|
  | JoinR1, R2, C(DataFrameR1, C, JoinType, DataFrameR2, C, C, FuncC, C, FuncC, C) |
Returns a new data frame by joining a data frame to another
on the specified columns of the left data frame
and the row index of the right data frame.
|
  | JoinR1, R2, C(DataFrameR1, C, JoinType, DataFrameR2, C, Boolean, C, C) |
Returns a new data frame by joining two data frames
on the specified columns in each data frame.
|
  | JoinR1, R2, C(DataFrameR1, C, JoinType, DataFrameR2, C, IListC, FuncC, C, FuncC, C) |
Returns a new data frame by joining a data frame to another
on the specified columns of the left data frame
and the row index of the right data frame.
|
  | JoinOnNearestR, C |
Returns a new data frame by joining a data frames
on the nearest keys in their row indexes.
|
  | JoinOnSharedColumnsR1, R2, C |
Returns a new data frame by joining two data frames on their shared columns.
|
  | ReadCsv(StreamReader, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file.
|
  | ReadCsv(String, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file.
|
  | ReadCsvR(StreamReader, String, Boolean, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file and uses the specified column
as the row index.
|
  | ReadCsvR(String, String, Boolean, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file and uses the specified column
as the row index.
|
  | ReadDelimited | Obsolete.
Reads a data frame from a delimited text file.
|
  | ResampleC(DataFrameDateTime, C, Recurrence, IDictionaryC, AggregatorGroup, Direction) |
Resamples the rows of the data frame
according to the specified recurrence.
|
  | ResampleC(DataFrameDateTime, C, Recurrence, IListAggregatorGroup, Direction) |
Resamples the rows of the data frame
according to the specified recurrence.
|
  | ResampleC, C1(DataFrameDateTime, C, Recurrence, IEnumerableValueTupleC, AggregatorGroup, IndexC1, Direction) |
Resamples the rows of the data frame
according to the specified recurrence.
|
  | StackR(DataFrameR, String, IEnumerableString, IEnumerableString, String, String) |
Returns a data frame containing all values in the data frame as row-column-value pairs.
|
  | StackR, C(DataFrameR, C, Boolean) |
Transforms a data frame so that the column index is nested into the row index.
|
  | StackR, C1, C2(DataFrameR, ValueTupleC1, C2, Boolean) |
Transforms a data frame so that the second level of a two-level column index
is nested into the row index.
|
  | StackR1, R2, C(DataFrameValueTupleR1, R2, C, Boolean) |
Transforms a data frame so that the column index is nested into the row index.
|
  | UnstackR, C(IVector) |
Transforms a vector with a two-level index into a data frame whose columns
correspond to the second level in the index.
|
  | UnstackR1, R2, C(DataFrameValueTupleR1, R2, C) |
Transforms a data frame with a two-level row index into a data frame whose columns
correspond to the second level in the index.
|
  | UnstackR1, R2, R3, C(DataFrameValueTupleR1, R2, R3, C) |
Transforms a data frame with a three-level row index into a data frame whose columns
correspond to the third level in the index.
|
  | WriteCsvR, C | Obsolete.
Writes a data frame to a CSV file.
|