This file contains 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
df_covid['Name of State / UT']=df_covid['Name of State / UT'].apply(lambda x: re.sub('Union Territory of ','',x)) | |
df_covid['Name of State / UT'].replace('Telengana','Telangana',inplace=True) | |
df_covid['Name of State / UT'].replace('Dadar Nagar Haveli','Dadra and Nagar Haveli',inplace=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment