Answers for "how to change column value in dataframe pandas"

3

change specific column name pandas

df_new = df.rename(columns={'A': 'a'}) #change a from A
Posted by: Guest on May-21-2020

Code answers related to "how to change column value in dataframe pandas"

Python Answers by Framework

Browse Popular Code Answers by Language