The Python Environment for Date Calculation (PythonEnvForDateCalculation) Data Block is a Configuration Data Block is not generally edited. The following is informational only.
The Python Environment for Date Calculation (PythonEnvForDateCalculation) Data Block is used to import Python libraries and modules for date calculations.
This Data Block should not be edited. If additional imports are required, create a new Data Block instead.
General Info #
The following table shows the default fields of the Data Block.
Field | Value |
---|---|
Name | PythonEnvForDateCalculation |
Block Category | Configuration |
Block Type | Python Environment |
Data Category | None |
Output Type | Values |
Dependencies #
None
Columns #
None
Example Definition #
{
"imports": [
{"name": "calendar","as": ""},
{"name": "datetime","as": ""},
{"name": "pandas","as": "pd"},
{"name": "functools","as": "ft"}
]
}
Example Request #
None
Example Response #
None