Skip to main content

No project description provided

Project description

Social Finance Data Pipeline

This is a package that aims to standerdise one or more datasets against a defined schema. It is currently in it's very early stagies.

check the wiki for more details on the plan.

Current status

Current the pipeline only works with xml files and is limited to one schema and one file. It's a first generic approach, that was tested against CIN and SWWF datasets.

It covers partially the following steps described in the wiki:

  • Identify - identifies the stream of data against the schema. only for XML files for now.
  • Convert - Tries to converts the datatypes and throws a warning when not possible. It uses the xsdata package for it.
  • Normalise - adds the primary and foreign keys for each record.

How to run

Check the demo.py file. It has 2 functions that run against the CIN and SWWF datasets present in the samples directory.

There's also smaller samples of those datasets.

This methods will print a set of dataframes for each dataset.

Improvements

There's still a lot to be done. Besides completing what's in the wiki, here are some things I believe should be done first:

  • Datastore - the values are directly pulled to a tablib databook in a very unneficcient nested for loop. This is a big no. We should use RTOF datstore for this.

  • Datatypes It should be possible to define the way we want to export the datatypes. maybe the user wants the dates to come out in a the "dd-mm-yyyy" format when exporting. Or maybe they want just mm-yyyy. This should be possible. Currently, I'm assuming this in export_value. But it should be adjusted.

  • path vs context - I was using path as a reference for where the each node sits in the hierarchy. However, having a tuple in the context is probably a better approach. I'm currently using both, this should not be the case - use just the context.

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

sfdata-0.1.3.tar.gz (21.3 kB view details)

Uploaded Source

Built Distribution

sfdata-0.1.3-py3-none-any.whl (29.5 kB view details)

Uploaded Python 3

File details

Details for the file sfdata-0.1.3.tar.gz.

File metadata

  • Download URL: sfdata-0.1.3.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.5.0

File hashes

Hashes for sfdata-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a757e81f8fe87bbafc894ad55b4e91fd9c4efb7f744ca9ac24b5f763749afbe3
MD5 18b3b58646b8fa8c4c7c96831aaee80d
BLAKE2b-256 65f4791fd06d0bf84ecff928f99b8188136cf8365f240461f6b4c2cbc53b0423

See more details on using hashes here.

File details

Details for the file sfdata-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: sfdata-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 29.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.5.0

File hashes

Hashes for sfdata-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fb864a1a9206c23db70440019d2e1a86eba5099bb8be20a86e25493147491ad1
MD5 e640c2dd1a660b34aa3f6c9bb0804204
BLAKE2b-256 612c3a541e7797f058b714bdca7c09979540973705b11a608a8350e8056de15d

See more details on using hashes here.

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