From a8a41d60b6dca243b513ce82924122a401e832e0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jul 2019 10:56:02 +0300 Subject: [PATCH] README.md: Add note about Pandas --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed06566..174e6fa 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # CSV Metadata Quality [![builds.sr.ht status](https://builds.sr.ht/~alanorth/csv-metadata-quality.svg)](https://builds.sr.ht/~alanorth/csv-metadata-quality?) A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem. Supports multi-value fields using the standard DSpace value separator ("||"). Despite the name it does support reading Excel files. -Written and tested using Python 3.7. +Written and tested using Python 3.7. CSV and Excel support comes from the [Pandas](https://pandas.pydata.org/) library. ## Checks Supports checking the validity of the following metadata elements: - ISSN - ISBN -- Multi-value separators +- Multi-value separators ("||") - Dates ## Fixes