题解 | #按照毕业年份与使用语言筛选牛客网7级用户#

按照毕业年份与使用语言筛选牛客网7级用户

https://www.nowcoder.com/practice/309697cf5250403e927a1a41627cb73f

import pandas as pd
df1 = pd.read_csv('Nowcoder.csv',sep=',')
pd.set_option('display.width', 300) # 设置字符显示宽度
pd.set_option('display.max_rows', None) # 设置显示最大行
pd.set_option('display.max_columns', None)
print(df1.query("Language=='CPP' and Level == 7 and Graduate_year != 2018"))

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务