用python的畫表格

%matplotlib inline from matplotlib import pyplot as plt import numpy as np randn = np.random.randn from pandas import * idx = Index(np.arange(1,7)) df = DataFrame(randn(6, 4), index=idx, columns=['A',
相關文章
相關標籤/搜索