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)

Choose a tag to compare

@rdmolony rdmolony released this 19 Feb 17:22
b5414a5
* 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)

Choose a tag to compare

@rdmolony rdmolony released this 19 Feb 13:08
ac8f75c
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

Choose a tag to compare

@rdmolony rdmolony released this 19 Feb 11:59
5014bf6

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

v0.1.1

Choose a tag to compare

@rdmolony rdmolony released this 17 Dec 11:52
7942830
  • Download BERPublicsearch
  • Convert to parquet via dask

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@rdmolony rdmolony released this 10 Dec 15:49
de8a720
  • Setup a sandbox to query the berpublicsearch dataset via dask
  • Automate download and conversion of dataset to parquet via prefect