alteryx / alteryx/featuretools

Enumerate Primitive Type

Open
#1,995 0 comments 0 reactions 0 assignees View on GitHub
new feature tech debt
Dominant language
Python
Stars
7.7k
Forks
915
PR merge metrics
No merged PRs in 30d

Description

As a developer, Primitive Types should be enumerated to improve maintainability and consistency.

#### Code Example

```python
# featuretools/types.py
class PrimitiveTypes(Enum):
AGGREGATION = "aggregation"
TRANSFORM = "transform"
WHERE = "where"
GROUPBY_TRANSFORM = "groupby transform"

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.