第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

分組和聚合后未找到 Pandas colnames

分組和聚合后未找到 Pandas colnames

牧羊人nacy 2023-06-13 15:34:24
這是我的數(shù)據(jù)threats = pd.read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-08-18/threats.csv', index_col = 0)這是我的代碼 -df = (threats .query('threatened>0') .groupby(['continent', 'threat_type']) .agg({'threatened':'size'}))然而df.columns 只是Index(['threatened'], dtype='object')結(jié)果。也就是說,只有 threatened 列不顯示我實際上按 ie continent 和 threat_type 分組的列,盡管存在于我的數(shù)據(jù)框中。我想對我的數(shù)據(jù)框的大陸列執(zhí)行操作,但它沒有顯示為列之一。例如 - continents = df.continent.unique()。此命令給我一個未找到的關(guān)鍵錯誤continent。
查看完整描述

1 回答

?
MMTTMM

TA貢獻1869條經(jīng)驗 獲得超4個贊

在 groupby...pandas 之后將 groupby 列放入索引中。在 pandas 中執(zhí)行 groupby 后始終重置索引,不要這樣做drop=True。

在你的代碼之后。

df = df.reset_index()

然后您將獲得所需的列。


查看完整回答
反對 回復(fù) 2023-06-13
  • 1 回答
  • 0 關(guān)注
  • 112 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號