Relative Content

Tag Archive for pythonpandasdataframe

Convert string of multiple pandas conditions to conditions usable for filtering df

I have an excel-sheet which has a lot of unneccessary information. Therefore I would like to filter out only those rows which contain specific values from a dataframe. However, the dataframe has no column names and I will need to filter the rows with the certain values from multiple dataframes with possibly different amounts of columns.
Therefore I like to filter the rows out based on their values but without knowing the column name.