The isin() method applied to a Pandas index returns whether each index value is found in the passed set of values, but is there a possibility to test only a set of indexe values ?. In the multiIndex below I would like to test if an index with level name s1 and level value E and level name d1 and level value future exists. Problem is that I test index values that may not exist so.
postman docker image