changes of column import and add serialize table column fild show as per sheet

This commit is contained in:
2026-01-09 15:22:32 +05:30
parent bdd7312a5e
commit fe9b056128
12 changed files with 269 additions and 170 deletions

View File

@@ -186,7 +186,7 @@ class FileService:
try:
for _, row in df.iterrows():
location = row.get("Location")
node_no = row.get("Node_No")
node_no = row.get("MH_NO")
if (
pd.isna(location)