繪製圖形的相關命令 html
https://campus.datacamp.com/courses/intermediate-python-for-data-science/matplotlib?ex=18python
Line plot api
導入庫 import matplotlib.pyplot as plt函數
plt.plot() 繪製線形圖 plt.hist() 繪製histogram plt.scatter()繪製散點圖 網站
plt.show() plt.clf() 繪製多張圖形時,打開+關閉命令code
Customization orm
histogram中設定分組數量 bins 變量視頻
plt.text能夠添加文本註釋 plt.xscale()添加座標軸 plt.title() plt.xticks() htm
tick_val
and tick_lab
as inputs to the xticks()
function to make the the plot more readable
建立nparray pandas Seriesblog
命令unique() argmax() defaultdict() format()字符串格式函數,以函數參數代替{}
loc():Series 索引命令
dropna() :捨棄空值
向量化運算 : 數值運算 邏輯運算 比較運算
https://zhuanlan.zhihu.com/p/25047215 豆瓣水軍的問題分析
https://campus.datacamp.com/courses/kaggle-python-tutorial-on-machine-learning/predicting-with-decision-trees?ex=2
datacamp網站的kaggle入門教程