Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created August 3, 2021 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BexTuychiev/b1abb31f475c0ef66b40dcf5a2308194 to your computer and use it in GitHub Desktop.
Save BexTuychiev/b1abb31f475c0ef66b40dcf5a2308194 to your computer and use it in GitHub Desktop.
series = pd.Series([2, 4, 6, "sadf", np.nan])
>>> series.hasnans
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment