Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 29, 2021 11:33
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 amankharwal/ba76d5bce9bcfb94e1c8f5e6c25e1342 to your computer and use it in GitHub Desktop.
Save amankharwal/ba76d5bce9bcfb94e1c8f5e6c25e1342 to your computer and use it in GitHub Desktop.
import numpy as np
data = np.array([[10, np.nan, 8],
[9, 8, np.nan],
[7, 10, 9]])
print(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment