From 8c34c2d6e67d6105bf6fc60673de8c65e2a04dd6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jul 2019 18:09:48 +0300 Subject: [PATCH] README.md: Add note about removing duplicate values --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e35a6fa..dd82547 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Requires Python 3.6 or greater. CSV and Excel support comes from the [Pandas](ht - Fix invalid multi-value separators ("|") using `--unsafe-fixes` ✓ - Remove unnecessary Unicode like [non-breaking spaces](https://en.wikipedia.org/wiki/Non-breaking_space), [replacement characters](https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character), etc ✓ - Check for "suspicious" characters that could indicate encoding or copy/paste issues, for example "foreˆt" should be "forêt" ✓ +- Remove duplicate metadata values ✓ ## Installation The easiest way to install CSV Metadata Quality is with [pipenv](https://github.com/pypa/pipenv):