Skip to content

Commit

Permalink
Fix IOC example for nan value stations
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jul 11, 2023
1 parent 76391e7 commit a225974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/IOC_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
},
"outputs": [],
"source": [
"east_stations[~east_stations.contacts.str.contains(\"NOAA\")]"
"east_stations[~east_stations.contacts.str.contains(\"NOAA\", na=False)]"
]
},
{
Expand Down Expand Up @@ -253,7 +253,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "python3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -267,7 +267,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a225974

Please # to comment.