Skip to content

Instantly share code, notes, and snippets.

@tanveer-sayyed
Last active February 23, 2019 12:34
Show Gist options
  • Save tanveer-sayyed/6ea3bd559204cdd4d293ee473d09a092 to your computer and use it in GitHub Desktop.
Save tanveer-sayyed/6ea3bd559204cdd4d293ee473d09a092 to your computer and use it in GitHub Desktop.
# Creating series
series_with_all_missing = pd.Series([None, None, np.nan, np.nan])
series_with_2_missing = pd.Series([1, np.nan, 2, np.nan])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment