Skip to content

Commit

Permalink
fix: NA replace Not Found PEOPLE.Organization removed
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Apr 5, 2024
1 parent 7a5ff0d commit ea5356a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ea5356a

Please sign in to comment.