python數據分析常用庫

numpy 創建矩陣: 引入numpy庫並生成矩陣 import numpy as np a = np.array([[1,2,3],[4,5,6]]) 常用方法: 矩陣元素個數 a.size 矩陣形狀 a.shape 矩陣維度 a.ndim 矩陣元素類型 a.dtpye 矩陣的加減乘除 。np.dot(x,y) pandas Pandas 是基於 NumPy 的一個開源 Python 庫,它被廣
相關文章
相關標籤/搜索