通过排序值询问熊猫组
大家好,这是我在这个论坛上的第一个问题。 我是新来的使用Python,但是我在此代码上有问题:
df[
(df["Type 1"] == "Psychic") &
(df["Attack"] > 100)
].groupby(["Name", "Type 1"])["Legendary"]
print(df['Type 1'].sort_values(by = 'Attack' , ascending = False).head(10)
我想显示属于“名称”和“类型1”的攻击排序
Hello guys this is my first question on this forum.
I'm new using Python but I have problem on this code:
df[
(df["Type 1"] == "Psychic") &
(df["Attack"] > 100)
].groupby(["Name", "Type 1"])["Legendary"]
print(df['Type 1'].sort_values(by = 'Attack' , ascending = False).head(10)
I want to show the sorting of Attack that belong to "Name" and "Type 1"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论