import numpy as npimport pandas as pdmytype =['A','B','C']data1 ... np.random.choice(mytype,(20,1))data = np.hstack((data1,data2))df = pd.
確定! 回上一頁