通过numpy数据建立DataFrame. import numpy as np import pandas as pd df = pd.DataFrame(np.random.randn(10,3), columns = ["ca", "cb", "cc"], ...
確定! 回上一頁