After I have loaded a huggingface dataset
download_config = DownloadConfig()
dataset = load_dataset (hf_dataset_name, download_config=download_config)
dataset_split = dataset ['train']
Let say if there is None
or ""
found in the row of column "answer"
, how do I drop the row?