This website works better with JavaScript
Home
Explore
Help
Sign In
lanfr
/
LocalFoodAI_lanfr144
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
feat: add python shebang to ingest_csv.py and make executable
lanfr144
1 week ago
parent
4733639431
commit
0fcd782e8b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
ingest_csv.py
+ 1
- 0
ingest_csv.py
View File
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import pandas as pd
import myloginpath
import urllib.parse