Skip to content

Instantly share code, notes, and snippets.

@selva86
Created May 15, 2021 10:39
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 selva86/6545717e6132eaad2f270df5bdb7b70c to your computer and use it in GitHub Desktop.
Save selva86/6545717e6132eaad2f270df5bdb7b70c to your computer and use it in GitHub Desktop.
# Input
import numpy as np
np.random.seed(100)
arr = pd.Series(np.random.normal(10, 3, (100)))
arr.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment