drop dataset from database causes error : dataframe image is malformed

Hi Prodigy Community,
first, I hope that everyone is as safe as possible.
second, when I try to drop dataset, I get an Error message indicating that peewee.DatabaseError: database disk image is malformed.
Is anyone already experimented this issue?
Thanks
Best regards
Jerome

Hi! I haven't experienced this error before but it seems to come from SQLite and sounds like the database file somehow got corrupted.

If you google for the error, it turns up various suggestions for recovering the DB file, for instance, this one: https://stackoverflow.com/a/5316540/6400719 Maybe try some o the suggestions and see if it resolves the problem? Just make sure to back up the file, just in case. You could also try using a tool like the SQLite browser, see if you can view the database contents there and maybe export the data, create a new database and import the data again?