應用 Python 於圖表數據:Pandas

by 班陳
pandas

Python 圖表數據用名詞解釋

code 傳送門:

https://github.com/BenmrChen/Python/blob/master/Pandas_Intro.ipynb

摘要

  1. Python Package (函式庫) 是什麼?
    file
  2. Python Environment (環境) 是什麼?
    file
  3. Anaconda 是什麼?
    file

Pandas 簡介

  1. Pandas 是什麼
    file
  2. 數據型態
    • Series
      file
    • DataFrame
      file

實例: 預測人生財務曲線

code 傳送門:

https://github.com/BenmrChen/Python/blob/master/Life_Financial_Status.ipynb

摘要

  1. 每年淨額 計算
  2. 有/無投資的總資產變化情況
  3. 考慮買房的總資產變化
  4. 結論
    file

    • 絕對要開始投資,讓資產報酬率在每年5%就差很多了!
    • 買不買房差很大!
    • 投資部位很重要

PPT 傳送門:

https://github.com/BenmrChen/Python/blob/master/Python_pandas_intro.pptx

You may also like

Leave a Comment