Lean  $LEAN_TAG$
QuantConnect.Messages.PandasConverter Class Reference

Provides user-facing common messages for the Python.PandasConverter namespace classes More...

Static Public Member Functions

static string ConvertToDictionaryFailed (string sourceType, string targetType, string reason)
 Returns a string message saying ConvertToDictionary() method cannot be used to convert the given source type into the given target type. It also contains the reason why this method cannot be used More...
 

Static Public Attributes

static string PandasModuleNotImported = "pandas module was not imported."
 String message saying: Pandas module was not imported More...
 

Detailed Description

Provides user-facing common messages for the Python.PandasConverter namespace classes

Definition at line 60 of file Messages.Python.cs.

Member Function Documentation

◆ ConvertToDictionaryFailed()

static string QuantConnect.Messages.PandasConverter.ConvertToDictionaryFailed ( string  sourceType,
string  targetType,
string  reason 
)
static

Returns a string message saying ConvertToDictionary() method cannot be used to convert the given source type into the given target type. It also contains the reason why this method cannot be used

Definition at line 72 of file Messages.Python.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ PandasModuleNotImported

string QuantConnect.Messages.PandasConverter.PandasModuleNotImported = "pandas module was not imported."
static

String message saying: Pandas module was not imported

Definition at line 65 of file Messages.Python.cs.


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