matthiaskoenig / pkdb

Pharmacokinetics database
https://alpha.pk-db.com
30 stars 6 forks source link

Ensure that no leading or trailing whitespaces on any values in TSV #645

Open matthiaskoenig opened 3 years ago

matthiaskoenig commented 3 years ago

On no cell in in the TSVs leading or trailing whitespaces should exist. I find these again and again and will result in a ton of problems down the road. Don't do any automatic cleanup via strip or similar mechanisms via pandas. This must directly give a warning/error.