题解 | #修补缺失的用户数据#

修补缺失的用户数据

https://www.nowcoder.com/practice/9863e81c8eba4c33817b26b801a17313

import pandas as pd

data = pd.read_csv("Nowcoder.csv", sep=",")

pd.set_option("display.max_columns", None)pd.set_option("display.max_rows", None)

pd.set_option("display.width", 300)

if data["Language"] is None:data["Language"] == "Python"

fillmax = data["Graduate_year"].max()

if data["Graduate_year"] is None:data["Graduate_year"] = fillmax

avg = int(data["Achievement_value"].mean().round())

if data["Achievement_value"] is None:data["Achievement_value"] = avg

print(data)

全部评论

相关推荐

喜欢走神的孤勇者练习时长两年半:爱华,信华,等华,黑华
点赞 评论 收藏
分享
11-11 14:21
西京学院 C++
无敌混子大王:首先一点,不管学校层次怎么样,教育经历放在第一页靠上位置,第一页看不到教育经历,hr基本直接扔掉了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务