Answers for "python code to count certain value in column"

1

pandas count specific value in column

(df[education]=='9th').sum()
Posted by: Guest on November-28-2020

Code answers related to "python code to count certain value in column"

Python Answers by Framework

Browse Popular Code Answers by Language