-
-
Save arunm8489/48a79442a6469d4d280ca5b4fc304d47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data['project_grade_category'] = data['project_grade_category'].str.replace(' ','_') | |
data['project_grade_category'] = data['project_grade_category'].str.replace('-','_') | |
data['project_grade_category'] = data['project_grade_category'].str.lower() | |
data['project_grade_category'].value_counts() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment