KeyError: 'csv' using a csv file with KeyDataset

What is the name of the text column in your CSV file? You can fix this error by replacing “csv” with that column name when initializing the KeyDataset object.