Skip to main content

A series of fixes for Data originating from Northern Ireland

Project description

tornamona

pyup.io Build Status Documentation Status Mergify Status codecov Requirements Status

A series of fixes for Data originating from Northern Ireland

This is very much a work in progress and I'll only really add to it as things annoy me, but if you have a data set that's messy, and you can use similar workflows as demonstrated in this repo, please feel free to use this and PR the crap out of it.

I make no claims of liability, credit, or property over any of this, and make no promises that anything will ever work or be fixed.

Current Datasets

NISRA Weekly Deaths Datasets

Source: https://www.nisra.gov.uk/publications/weekly-deaths

What is this data?

  • Weekly death registrations in Northern Ireland, from 2009 - 2020
  • Also includes tracking of 2020 COVID outbreak

What is wrong with the data as presented?

How do I use the new one

from tornamona.fixes import nisra

dataset = nisra.WeeklyDeaths().get().clean()
dataset.data.head().to_markdown()
Week Week Start Week End Total Deaths Average Deaths for previous 5 years Min 5 year deaths Max 5 year deaths Respiratory Deaths Average Respiratory Deaths for previous 5 years COVID19 Deaths
0 1 2008-12-27 00:00:00 2009-01-02 00:00:00 373 332.4 309 364 nan nan nan
1 2 2009-01-03 00:00:00 2009-01-09 00:00:00 454 329.2 302 377 nan nan nan
2 3 2009-01-10 00:00:00 2009-01-16 00:00:00 388 310.2 290 340 nan nan nan
3 4 2009-01-17 00:00:00 2009-01-23 00:00:00 402 324 281 367 nan nan nan
4 5 2009-01-24 00:00:00 2009-01-30 00:00:00 353 305.6 272 333 nan nan nan

Proposed Datasets

Everything that has ever pissed me off about open data

NIDC2018

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

======= History

0.1.2 (2020-04-27)

  • Reflect upstream data fix from NISRA

0.1.1 (2020-04-26)

  • Instrumentation, Testing and Documentation Fixes
  • Security updates

0.1.0 (2020-04-25)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tornamona-0.1.2.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

tornamona-0.1.2-py2.py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page