I have a column that's named '207', and I want to replace it with a string, say "thing". I've tried to follow nearly every method mentioned here (Rename specific column(s) in pandas) but I can't seem to get it to work? My assumption is that it's treating the 207 as a number and not as a string, so it won't change the name? But I'm not completely sure. Could someone suggest a way to either change the 207 to a string, or to somehow actually replace the column name?
Thank you!