Created
April 17, 2019 09:30
-
-
Save adxrgh/b21481cbf6709efb3247dd14314ef9a4 to your computer and use it in GitHub Desktop.
[随机测试数据生成]#data
This file contains 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
import numpy as np | |
import pandas as pd | |
a = pd.DataFrame(np.random.randint(0,100,size=(20,5)),columns=list('sweet')) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment