alteryx / alteryx/featuretools
Enumerate Primitive Type
Open
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
Assessment
This issue has not been assessed yet.