Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created March 2, 2020 13:14
Show Gist options
  • Save Alakhator/cfe946101967c719f34ef6b330fff2bf to your computer and use it in GitHub Desktop.
Save Alakhator/cfe946101967c719f34ef6b330fff2bf to your computer and use it in GitHub Desktop.
data = pd.DataFrame({
'C' : [random.choice(('a','b','c')) for i in range(1000000)],
'A' : [random.randint(1,10) for i in range(1000000)],
'B' : [random.randint(1,10) for i in range(1000000)]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment