openownership / bodsanalysis

Notebooks and code for analysing data published to the Beneficial Ownership Data Standard
https://www.openownership.org/en/publications/analysis-notebooks-and-dashboards-for-beneficial-ownership-data-standard-bods-data/
MIT License
10 stars 0 forks source link

Develop generalised functions #3

Open lgs85 opened 2 years ago

lgs85 commented 2 years ago

The structure of qbods.py is largely one query == one function. This results in a lot of redundant, inefficient and ugly code. We should reorganise the module and develop a set of generalised functions that are common to multiple queries.