Skip to content

Instantly share code, notes, and snippets.

@avary
Forked from ksdkamesh99/dataset.py
Created November 27, 2025 15:17
Show Gist options
  • Select an option

  • Save avary/f5f19ea57092cda4bd6823a8994300bc to your computer and use it in GitHub Desktop.

Select an option

Save avary/f5f19ea57092cda4bd6823a8994300bc to your computer and use it in GitHub Desktop.
%%time
rows=1000000
columns=400
dataset=pd.DataFrame(np.random.randint(0,10,(rows,columns)),columns=['col'+str(i) for i in range(1,columns+1)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment