alteryx / alteryx/featuretools
Enumerate Primitive Type
オープン
new feature
tech debt
- 主要言語
- Python
- スター
- 7.7k
- フォーク
- 915
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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"
```
コントリビューションガイド
評価
この issue はまだ評価されていません。