Skip to content

Instantly share code, notes, and snippets.

@josht-jpg
Created August 30, 2020 02:39
Show Gist options
  • Save josht-jpg/bc3de0314c6cbe10d8cafa703fe4a396 to your computer and use it in GitHub Desktop.
Save josht-jpg/bc3de0314c6cbe10d8cafa703fe4a396 to your computer and use it in GitHub Desktop.
sampling titles
np.random.seed(0)
sample_titles = titles.iloc[np.random.choice(titles.shape[0], size=60, replace=False)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment