Add notes for 2019-07-29

This commit is contained in:
Alan Orth 2019-07-29 12:51:19 +03:00
parent 3498639483
commit cbbb9b4e77
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 27 additions and 8 deletions

View File

@ -387,4 +387,11 @@ value.replace(/\s+\|\|/,"||").replace(/\|\|\s+/,"||")
- I whipped up a quick script using Python Pandas to do whitespace cleanup
## 2019-07-29
- I turned the Pandas script into a proper Python package called [csv-metadata-quality](https://git.sr.ht/~alanorth/csv-metadata-quality)
- It supports CSV and Excel files
- It fixes whitespace errors and erroneous multi-value separators ("|") and validates ISSN, ISBNs, and dates
- Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field
<!-- vim: set sw=2 ts=2: -->

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: -->

View File

@ -4,30 +4,30 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2019-07-25T16:58:23+03:00</lastmod>
<lastmod>2019-07-26T18:49:38+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/2019-07/</loc>
<lastmod>2019-07-25T16:58:23+03:00</lastmod>
<lastmod>2019-07-26T18:49:38+03:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2019-07-25T16:58:23+03:00</lastmod>
<lastmod>2019-07-26T18:49:38+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2019-07-25T16:58:23+03:00</lastmod>
<lastmod>2019-07-26T18:49:38+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2019-07-25T16:58:23+03:00</lastmod>
<lastmod>2019-07-26T18:49:38+03:00</lastmod>
<priority>0</priority>
</url>