CampaignLab / data-pipeline

Scripts and schemas that aim to make data from the inventory easier to analyse
8 stars 8 forks source link

Issue #3 - Schema and transformer for London election results #6

Closed teddygroves closed 6 years ago

teddygroves commented 6 years ago

The schema is meant to copy schemas/example.json.

The python script is a function that fetches and returns a dataframe that implements the schema. This can easily be turned into a csv but I didn't do so yet as I'm not sure exactly how and where we want to save the output.

kd1510 commented 6 years ago

cool, nice work!