alteryx / alteryx/featuretools
Enumerate Primitive Type
Aperta
new feature
tech debt
- Lingua principale
- Python
- Stelle
- 7.7k
- Fork
- 915
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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"
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.