I am using Anaconda to read table from hive and all my column names have been automaticly added a prefix like test.age,test.sex,test.degree... How to use pandas to erase all the prefix 'test.'?
Asked
Active
Viewed 706 times
0
-
You don't show any evidence of what you've tried in order to address this problem, which is the reason I haven't provided an answer. I suggest you look at the `pandas.DataFrame.columns` attribute – Andrew Dec 05 '18 at 09:17
-
kindly provide what you have tried. – Ashutosh Sep 23 '19 at 14:02