Add notes for 2019-07-29

This commit is contained in:
2019-07-29 12:51:19 +03:00
parent 3498639483
commit cbbb9b4e77
3 changed files with 27 additions and 8 deletions

View File

@ -21,7 +21,7 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-07/" />
<meta property="article:published_time" content="2019-07-01T12:13:51&#43;03:00"/>
<meta property="article:modified_time" content="2019-07-25T16:58:23&#43;03:00"/>
<meta property="article:modified_time" content="2019-07-26T18:49:38&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="July, 2019"/>
@ -47,9 +47,9 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
"@type": "BlogPosting",
"headline": "July, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
"wordCount": "2191",
"wordCount": "2243",
"datePublished": "2019-07-01T12:13:51\x2b03:00",
"dateModified": "2019-07-25T16:58:23\x2b03:00",
"dateModified": "2019-07-26T18:49:38\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -580,6 +580,18 @@ issn.validate('1020-3362')
<li><p>I whipped up a quick script using Python Pandas to do whitespace cleanup</p></li>
</ul>
<h2 id="2019-07-29">2019-07-29</h2>
<ul>
<li>I turned the Pandas script into a proper Python package called <a href="https://git.sr.ht/~alanorth/csv-metadata-quality">csv-metadata-quality</a>
<ul>
<li>It supports CSV and Excel files</li>
<li>It fixes whitespace errors and erroneous multi-value separators (&ldquo;|&rdquo;) and validates ISSN, ISBNs, and dates</li>
</ul></li>
<li>Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field</li>
</ul>
<!-- vim: set sw=2 ts=2: -->