Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created June 15, 2020 16:39
Show Gist options
  • Select an option

  • Save ksdkamesh99/1b9c2e86b37899d42e1afa00a85fc24f to your computer and use it in GitHub Desktop.

Select an option

Save ksdkamesh99/1b9c2e86b37899d42e1afa00a85fc24f 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