Its a series not a dataframe, so how do we select the index if it is multi index?
You can try:
pandas.Series.droplevel(click)
Thanks a lot @sanjayk