|
|
| DataFrameViewFactory (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
|
virtual void | Dispose (bool disposing) |
| |
◆ Allocate()
This factory is aimed at creating a DataFrame view.
- Parameters
-
| shape | shape of the allocated dataframe (column count, row count) |
| columnNames | Array which contains the name for each column |
| columnDataTypes | Array which contains the data type of each column |
- Returns
- an in-memory DataFrameView
No check is done on inputs. Pass arguments very carefully. columnNames and columnDataTypes shall have the same element count, and their size must be equal to shape[0].
column count and row count cannot be 0. To create an empty dataframe, use the parameterless allocate method.
- Examples
- CreateDataFrame.cs.
The documentation for this class was generated from the following file:
- Release/net/generated/DataFrameViewFactory.cs