I have a dataframe which I query and I want to get only unique values out of a certain column. I tried to do that executing this code: db_specification is just a list containing two columns that I query. Some of the values are NaN and I don’t want to consider them duplicates of each other, how can I achieve