Skip to content

Instantly share code, notes, and snippets.

@Zoldin
Last active November 15, 2019 14:32
Show Gist options
  • Save Zoldin/99348fe0d943848b53d692bcd04a74b7 to your computer and use it in GitHub Desktop.
Save Zoldin/99348fe0d943848b53d692bcd04a74b7 to your computer and use it in GitHub Desktop.
Random pick of one integer from 0 to 9
import random
random_number = random.randint(0,9)
clients.loc[clients['client_id'] == random_number]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment