Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Releases: codema-dev/ber-public

v0.2.2: Rename getberparquet to downloadberparquet (#36)

19 Feb 17:22
b5414a5

Choose a tag to compare

* Rename getberparquet to downloadberparquet

Keeps in theme with other functions in module

Also use path.join rather than string concatenation
to join filepaths!

* Patch change to function name

v0.2.1: Combine download & convert in get_berpublicsearch_parquet (#33)

19 Feb 13:08
ac8f75c

Choose a tag to compare

Also check if user has registered their email address with SEAI before
trying to download the data as it will fail if this is the case

v0.2.0

19 Feb 11:59
5014bf6

Choose a tag to compare

Replaces all prefect tasks with individual functions to (1) download and (2) convert to parquet

v0.1.1

17 Dec 11:52
7942830

Choose a tag to compare

  • Download BERPublicsearch
  • Convert to parquet via dask

v0.1.0

10 Dec 15:49
de8a720

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
  • Setup a sandbox to query the berpublicsearch dataset via dask
  • Automate download and conversion of dataset to parquet via prefect