I want to rename the column name in the dataframe from : @switchfoot http://twitpic.com/2y1zl - Awww, that's a bummer. You shoulda got David Carr of Third Day to do it. ;D To "Text" but it is not working
column_name = "@switchfoot http://twitpic.com/2y1zl - Awww, that's a bummer. You shoulda got David Carr of Third Day to do it. ;D"
df_3.rename(columns = { column_name : "Text" })
The above line does not rename the column name any ideas that i can rename the column to "Text".