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 统计有值的
相关文章
相关标签/搜索