Lean  $LEAN_TAG$
QuantConnect.Python.PandasColumnAttribute Class Reference

Attribute to rename a property or field when converting an instance to a pandas DataFrame row. More...

Inheritance diagram for QuantConnect.Python.PandasColumnAttribute:
[legend]

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...
 

Detailed Description

Attribute to rename a property or field when converting an instance to a pandas DataFrame row.

Definition at line 24 of file PandasColumnAttribute.cs.

Constructor & Destructor Documentation

◆ PandasColumnAttribute()

QuantConnect.Python.PandasColumnAttribute.PandasColumnAttribute ( string  name)

Initializes a new instance of the PandasColumnAttribute class.

Parameters
nameThe name of the column in the pandas DataFrame

Definition at line 35 of file PandasColumnAttribute.cs.

Property Documentation

◆ Name

string QuantConnect.Python.PandasColumnAttribute.Name
get

The name of the column in the pandas DataFrame.

Definition at line 29 of file PandasColumnAttribute.cs.


The documentation for this class was generated from the following file: