diff --git a/models/growth-engine/core/domain/Google_Sheets_Update_people_db.ipynb b/models/growth-engine/core/domain/Google_Sheets_Update_people_db.ipynb index b1368d5a..5ea121be 100644 --- a/models/growth-engine/core/domain/Google_Sheets_Update_people_db.ipynb +++ b/models/growth-engine/core/domain/Google_Sheets_Update_people_db.ipynb @@ -619,7 +619,7 @@ " print(\"- ⚠️ LinkedIn call:\", call_linkedin)\n", " if len(tmp_df) > 0:\n", " organization = tmp_df.loc[0, \"COMPANY_NAME\"]\n", - " df.loc[index, \"ORGANIZATION\"] = str(organization).replace(\"None\", \"Not Found\").replace(\"NA\", \"Not Found\").strip()\n", + " df.loc[index, \"ORGANIZATION\"] = str(organization).replace(\"None\", \"Not Found\").strip()\n", " print(\"- Organization:\", organization)\n", " if call_linkedin >= limit_linkedin:\n", " print(\"🛑 Call LinkedIn reached:\", limit_linkedin)\n",