文章分类 -  R

摘要:1 分布状态 1.1 描述统计 使用Python的Pandas包,将数据转换为dataframe格式,使用df.describe()可以生成描述数据的报表。 import pandas as pd data = [87,77,92,68,80,78,84,77,81,80,80,77,92,86, 阅读全文
posted @ 2022-12-08 11:40 不会写代码的花生 阅读(229) 评论(0) 推荐(0)