Skip to content

Instantly share code, notes, and snippets.

@adxrgh
Created April 17, 2019 09:30
Show Gist options
  • Save adxrgh/b21481cbf6709efb3247dd14314ef9a4 to your computer and use it in GitHub Desktop.
Save adxrgh/b21481cbf6709efb3247dd14314ef9a4 to your computer and use it in GitHub Desktop.
[随机测试数据生成]#data
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