Selecting multiple values in a column with a specific name with python for plotting

后端 未结 0 1552
执念已碎
执念已碎 2020-12-08 02:53
enter code here

df4=df3[[\'occ_title\',\'tot_emp\']] df4.loc[df4[\'occ_title\'] == \'Cooks, Fast Food\']

This code returns the fast food cook

相关标签:
回答
  • 消灭零回复
提交回复
热议问题