內容目錄
Python 圖表數據用名詞解釋
code 傳送門:
https://github.com/BenmrChen/Python/blob/master/Pandas_Intro.ipynb
摘要
- Python Package (函式庫) 是什麼?
- Python Environment (環境) 是什麼?
- Anaconda 是什麼?
Pandas 簡介
- Pandas 是什麼
- 數據型態
- Series
- DataFrame
- Series
實例: 預測人生財務曲線
code 傳送門:
https://github.com/BenmrChen/Python/blob/master/Life_Financial_Status.ipynb
摘要
- 每年淨額 計算
- 有/無投資的總資產變化情況
- 考慮買房的總資產變化
- 結論
- 絕對要開始投資,讓資產報酬率在每年5%就差很多了!
- 買不買房差很大!
- 投資部位很重要
PPT 傳送門:
https://github.com/BenmrChen/Python/blob/master/Python_pandas_intro.pptx