alteryx / alteryx/woodwork

Create Generic check for Logical Types requiring arguments

Abierto
#283 1 comentario 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.