一个好懒的人
一个好懒的人
全部文章
分类
归档
标签
去牛客网
登录
/
注册
一个好懒的人的博客
全部文章
(共2篇)
题解 | #牛客网用户没有补全的信息#
print(Nowcoder.isnull().any(axis=0)) isnull: 判断是否为空。 返回bool类型的值:True or False any:返回是否至少一个元素为真...
Python3
2022-07-11
58
1020
题解 | #统计牛客网部分用户使用语言#
print(Nowcoder.loc[10:20,'Language']) loc : Selection by Label ,按标签取数据, loc[行索引,列名/column] (如果第二个参数的个数是全...
Python3
2022-07-11
37
756