視覺化趨勢

Python 金融入門

Adina Howe

Professor

你的任務-找出離群值?

peratio

Python 金融入門

步驟 1:繪製長條圖

import matplotlib.pyplot as plt
plt.hist(hist_data, bins = 8)
plt.show()
Python 金融入門

步驟 2:辨識離群值

  • 找出離群的 P/E 比
  • 建立布林陣列過濾器來篩出該公司
  • 從提供的資料集中篩出該公司的資訊
Python 金融入門

一起來練習吧!

Python 金融入門

Preparing Video For Download...