changes of column import and add serialize table column fild show as per sheet
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user