Skip to content

Instantly share code, notes, and snippets.

@MaximePawlakFr
Created February 6, 2019 12:44
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 MaximePawlakFr/b9d31710e6b06fa4fc9d212c969ee10b to your computer and use it in GitHub Desktop.
Save MaximePawlakFr/b9d31710e6b06fa4fc9d212c969ee10b to your computer and use it in GitHub Desktop.
len_lat = len(df["prec_lat"].unique())
len_lon = len(df["prec_lon"].unique())
print("Unique lat", len_lat)
print("Unique lon", len_lon)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment