Dapatkan Nomor Kolom di DataFrame Panda

# PANDAS: get column number from colomn name
dataframe.columns.get_loc("<col_name>")
Gifted Gannet