Python remove last n characters from column -string code example Example: python remove last 4 characters from string foo = foo[:-n]