Lean
$LEAN_TAG$
|
Provides user-facing common messages for the Python.PandasData namespace classes More...
Static Public Member Functions | |
static string | DuplicateKey (string duplicateKey, string type) |
Returns a string message saying the given key was duplicated in the given type class More... | |
static string | KeyNotFoundInSeries (string key) |
Returns a string message saying the given key does not exist in series dictionary More... | |
Provides user-facing common messages for the Python.PandasData namespace classes
Definition at line 81 of file Messages.Python.cs.
|
static |
Returns a string message saying the given key was duplicated in the given type class
Definition at line 88 of file Messages.Python.cs.
|
static |
Returns a string message saying the given key does not exist in series dictionary
Definition at line 97 of file Messages.Python.cs.