Skip to main content

Utilities created and used by the Datalab of PGGM

Project description

Datalab utils

Well-specified utilities from the Datalab of PGGM. Our aim with this package is to provide some tooling to make our lives a bit easier. So far the package contains:

  • Database utilities, allowing you to connect to cloud databases using pyodbc in a standard pattern.
  • Helpers around nested lists (flattening and unflattening).
  • Helpers to make working with lists of dictionaries a bit easier so you don't have to resort to Pandas as fast.

How to use the database helpers

from pggm_datalab_utils.db import cursor, query

bbg_id = 'WOW'

with cursor('pggm-sql-lre-o.database.windows.net', 'lre') as c:
    data = query(c, 'select sedol, name from portfolio where bbg_id=?', bbg_id)

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

pggm_datalab_utils-2.5.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

pggm_datalab_utils-2.5-py3-none-any.whl (6.0 kB view hashes)

Uploaded 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