### What problem does this PR solve? #6247 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.18.0
| df["content"] = df["content_with_weight"] | df["content"] = df["content_with_weight"] | ||||
| del df["content_with_weight"] | del df["content_with_weight"] | ||||
| logging.debug("{} {}".format(query, df)) | logging.debug("{} {}".format(query, df)) | ||||
| return df | |||||
| return df.dropna() | |||||