This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
lanfr
/
LocalFoodAI_lanfr144
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
feat: add python shebang to ingest_csv.py and make executable
lanfr144
hace 1 semana
padre
4733639431
commit
0fcd782e8b
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
ingest_csv.py
+ 1
- 0
ingest_csv.py
Ver fichero
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import pandas as pd
import myloginpath
import urllib.parse