Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 11, 2020 09:49
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 velotiotech/225594e1e38e8ce5716b82883520cf02 to your computer and use it in GitHub Desktop.
Save velotiotech/225594e1e38e8ce5716b82883520cf02 to your computer and use it in GitHub Desktop.
>>> series = pd.Series([1,2,np.nan, 4])
>>> series
0 1.0
1 2.0
2 NaN
3 4.0
dtype: float64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment