數據分析快速總結

數據分析總結: 導入import numpy as np np.version #version查看numpy的版本 type()查看數據的類型 xx.dtype 查看數據中元素的類型 xx.shape #shape數據的形狀 導入 import matplotlib.pyplot as plt 例如: cat =plt.imread("./cat.jpg")#imread是讀取照片的位置 plt
相關文章
相關標籤/搜索