alteryx / alteryx/woodwork

Add Infer LatLong Logical Type

Abierto
#12 0 comentarios 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

- We can infer that a column is a LatLong type, if it fits the following conditions
- pd.dtype -> object / string
- values are in
```
np.nan
tuple(Latitude within -90 to +90, Longitude within -180 to +180)
tuple(np.nan, np.nan)
tuple(np.nan, valid Longitude)
tuple(valid Latitude, np.nan)
```

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.