To get the column names in Pandas dataframe you can type <code>print(df.columns)</code> given that your dataframe is named “df”.
確定! 回上一頁