zooniverse / Data-digging

Scripts and such for data management, analysis, visualization, etc.
MIT License
52 stars 35 forks source link

Add touch table script #43

Closed wgranger closed 5 years ago

wgranger commented 5 years ago

This PR includes a script to parse a project's subject export from Panoptes and create a new CSV that will be used when preparing a local database (.db) file for the Galaxy Zoo touch table app to use.

After creating a SQL table according to the schema on the touch table repo, the parsed CSV created from this script can be uploaded to that SQL table, thus populating the table with data which become the touch table subjects.

wgranger commented 5 years ago

Nice. Thanks for the thorough review and explanations. I think I covered everything in the recent commits.

willettk commented 5 years ago

Apparently I'm still subscribed to this repo for updates. Just wanted to say how much I liked seeing such a good example of constructive code review - thanks very much, @chelseatroy!

chelseatroy commented 5 years ago

Apparently I'm still subscribed to this repo for updates. Just wanted to say how much I liked seeing such a good example of constructive code review - thanks very much, @chelseatroy!

@willettk , thank you :) This made my day!