Add notes for 2021-03-17

This commit is contained in:
2021-03-17 14:57:45 +02:00
parent 96bfea8f2e
commit ba9cad82a1
23 changed files with 55 additions and 28 deletions

View File

@ -355,4 +355,16 @@ $ curl -s 'http://localhost:9200/_alias/' | python -m json.tool | less
- Also, it is deployed on Heroku: https://fierce-ocean-30836.herokuapp.com/
- I was running it on Google App Engine originally, but they have *way* too aggressive caching of static assets
## 2021-03-16
- Review ten items for Livestock and Fish and Dryland Systems from Peter
- I told him to try the new web-based CSV Metadata Qualiter checker and he thought it was cool
- I found one exact duplicate item and it gave me an idea to try to detect this in the tool
## 2021-03-17
- I added the ability to check for duplicate items to csv-metadata-quality
- I also made some minor optimizations in the Pandas code
- I [tagged version 0.4.7 of csv-metadata-quality on GitHub](https://github.com/ilri/csv-metadata-quality/releases/tag/v0.4.7)
<!-- vim: set sw=2 ts=2: -->