df.columns.values
لتغير اسم العمود
df_new = df.rename(columns={'A': 'Col_1'}, index={'ONE': 'Row_1'})
العودة إلي Pandas-operations