| --- |
| title: "Python" |
| description: "Operators in the Python category" |
| weight: 1 |
| categories: [Operators] |
| tags: [user-defined-functions, python] |
| --- |
| |
| [Home](../../) > [User-defined Functions](../) > Python |
| |
| ## Operators |
| |
| | Operator | Description | |
| |----------|-------------| |
| | [2-in Python UDF](2-in-python-udf/) | User-defined function operator in Python script | |
| | [Python Lambda Function](python-lambda-function/) | Modify or add a new column with more ease | |
| | [Python Table Reducer](python-table-reducer/) | Reduce Table to Tuple | |
| | [1-out Python UDF](1-out-python-udf/) | User-defined function operator in Python script | |
| | [Python UDF](python-udf/) | User-defined function operator in Python script | |
| |
| **Total**: 5 operators |