Python数据处理027:pandas.DataFrame.sample 随机采样 一、功能随机抽取dataframe中的部分 【行数据】二、函数DataFrame.sample(n=None, frac=None, replace=False, weights=None, random_state=None, axis=None)三、参数含义注意:函数返回的是采样后的dataframe数据。... Python数据分析 2023-07-29 40 点赞 0 评论 60 浏览