pandas plot出圖

使用的 matplotlib 僅僅是用來 show 圖片的, 即 plt.show()。web import pandas as pd import numpy as np import matplotlib.pyplot as plt series 可視化 # 隨機生成1000個數據 data = pd.Series(np.random.randn(1000),index=np.arange(1
相關文章
相關標籤/搜索