pandas畫圖

用pandas畫圖賊爽web %matplotlib inline import pandas as pd 無須導入matplotlib.pyplotdom import numpy as np s = pd.Series(np.random.randn(10),index = np.arange(0,100,10)) s.plot() df = pd.DataFrame(np.random.ra
相關文章
相關標籤/搜索