Create Generic check for Logical Types requiring arguments
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 155
- Forks
- 24
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
- If a Logical Type requires an argument, and the user pass the string representation OR passes the instance of the Logical Type with the argument defined, raise an error.
- We want to make this as generic as possible so that while Ordinal is a Logical Type that requires arguments, we can add more Logical Types in the future. It will help us avoid keeping Logical specific code in data_table.py and/or data_column.py.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.