Skip to content

Commit

Permalink
Lintrer
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 3, 2024
1 parent 274b77d commit 7eddea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"outputs": [],
"source": [
"na_values = [\"NO CLUE\", \"N/A\", \"0\"]\n",
"requests.replace(na_values, np.NaN)"
"requests.replace(na_values, np.nan)"
]
},
{
Expand Down

0 comments on commit 7eddea1

Please sign in to comment.