fixing keyword fields

#1
by osmalpkoras - opened
No description provided.

Some datapoints contained an invalid value (i.e. an empty string "") for the "keywords" field, causing the datasets library to run into runtime exceptions when loading this dataset. This PR replaces these invalid values with an empty array. This was done doing a simple string search for "keywords": "" and replace with "keywords": []

osmalpkoras changed pull request status to open
memray changed pull request status to merged

Thank you very much @osmalpkoras

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment