i extracted the jokes for the given test cases and put it in a csv file. but when i am submitting it, its saying that “we are unable to judge that submission”. i have checked. all the jokes for the the test cases have been extracted
Chuck norris jokes
Please make sure submission is in required format. You can check sample submission file.
Column names are missing - ID, Joke
made the changes but still got 52% accuracy.
can u tell me where i am wrong
The jokes having , in them are not properly added in the CSV file.
Since CSV is a comma-separated file, jokes with comma are split into different columns using python inbuild file system for CSVs. Every time use Pandas for working with CSVs.
ok. i understood. got perfect score now. thank you