數據分析-04數據分析之Pandas(二)(轉)

1、Pandas統計計算和描述 示例代碼:python import numpy as np import pandas as pd df = pd.DataFrame(np.random.randn(5,4), columns = ['a', 'b', 'c', 'd']) print(df) 運行結果:mysql a b c d 0 1.46
相關文章
相關標籤/搜索