i have a panda dataframe as follows: I have removed the punctuations and removed the spaces between abbreviated letters: the output is (e.g ‘I called the cia’) what I would like to happen is however the following (‘I called the CIA’). so I essentially like the abbreviations to be upper cased. I tried the following, but got no results or