Add Infer LatLong Logical Type
Abierto
- 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
Evaluación
Este issue todavía no se ha evaluado.