I'm new to Python. I would like to ask regarding how can you delete a specific columns in a pandas dataframe. This is my dataframe:
Pandas Dataframe:
I would like to delete the column "tahun" and "jenis" as its have the same value for every month. Please help.