Created
June 15, 2020 16:39
-
-
Save ksdkamesh99/1b9c2e86b37899d42e1afa00a85fc24f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %%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