Lean
$LEAN_TAG$
|
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... | |
Provides user-facing common messages for the Python.PandasConverter namespace classes
Definition at line 60 of file Messages.Python.cs.
|
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.
|
static |
String message saying: Pandas module was not imported
Definition at line 65 of file Messages.Python.cs.