dataproofer / Dataproofer

A proofreader for your data
http://dataproofer.org/
690 stars 53 forks source link

Questions / Suggestions for extending use outside journalism community #141

Closed vr00n closed 7 years ago

vr00n commented 7 years ago

Hey there - fellow Knight grantee here and working on deploying this for data hygiene exercises in other domains - mainly municipal contexts.

There are suggestions for the Desktop App

1. Can I export proof results as an editable document or new git project? I am thinking dataproofer FOO.FILE -o PDF/DOC/TXT to generate the results of some basic tests into a document that. Alternatively dataproofer FOO.FILE -o GIT to auto generate a full on GIT project around that file and each failed Proof test translates into an issue on that GIT project.

2. Pre-defining datatypes on columns Ability to assign some basic rules such as this numeric column is categorical and not continuous data so that proofer skips numeric tests. Explicitly defining columns as GEO to trigger geo-tests.

newsroomdev commented 7 years ago

Hey @b44p! You can export Dataproofer's results using the command line tool. Here's a link with more information.

You can also use it to specify tests or sets of tests on the columns you'd like to run them on. Hope this helps, and feel free to email me dataproofer at dataproofer.org. I appreciate the suggestions! Going to close this issue, but I'm please file more in the future as needed and don't hesitate to reach out if there's anything else I can do. -Gerald

vr00n commented 7 years ago

Thanks I was able to use the command line tool to generate the output.