pandas中DataFrame的基本用法

1.pandas的DateFrame的用法: 環境爲:python3 + linux + jupyter-notebook import numpy as np import pandas as pd # 使用numpy 生成一個今天我們要練習的數據 # 他是符合正太分佈的8支股票5天的漲跌幅數據 stock_day_rise = np.random.normal(0, 1, (10, 5))
相關文章
相關標籤/搜索