I\'m trying to use .replace() on a DataFrame made from .read_excel(). The command is not working despite using inplace = True, and triple-checking
.replace()
.read_excel()