How can I find the percentage of something in a column of dataframe in Python?

后端 未结 0 876
傲寒
傲寒 2020-12-13 07:18

I have the following dataframe

import pandas as pd

df = pd.DataFrame({\'Volcano Name\': [\'a\', \'b\', \'a\', \'c\', \'b\', \'b\', \'e\', \'d\', \'b\', \'e\'         


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