python數據分析 常用方法總結(持續更新)

raw_data=pd.read_table("E:/data/book/python_book/chapter6/products_sales.txt",delimiter=",") 1.查看數據樣例,raw_data.tail(2)) 或者 head 2.查看數據概況 print(raw_data.describe().round(1).T)  T 應該是轉換行列的方法 count 統計有值的
相關文章
相關標籤/搜索