Lean
$LEAN_TAG$
|
Attribute to rename a property or field when converting an instance to a pandas DataFrame row. More...
Public Member Functions | |
PandasColumnAttribute (string name) | |
Initializes a new instance of the PandasColumnAttribute class. More... | |
Properties | |
string | Name [get] |
The name of the column in the pandas DataFrame. More... | |
Attribute to rename a property or field when converting an instance to a pandas DataFrame row.
Definition at line 24 of file PandasColumnAttribute.cs.
QuantConnect.Python.PandasColumnAttribute.PandasColumnAttribute | ( | string | name | ) |
Initializes a new instance of the PandasColumnAttribute class.
name | The name of the column in the pandas DataFrame |
Definition at line 35 of file PandasColumnAttribute.cs.
|
get |
The name of the column in the pandas DataFrame.
Definition at line 29 of file PandasColumnAttribute.cs.