This is a utility package designed to enable data scientitists and analysts to easily access GDP data within a python environment
Project description
Gdp Tools Package
This is a utility package designed to enable data scientists and analysts to easily access GDP data within a python environment
Requirements:
- The data professional should be able to clone the package at the start of new project and when in production
- The package will contain a number of support functions serving the following objectives: -- Accessing data on GDP Base/CIM/Warehouse -- Accessing data in temp storage (LAB) -- Querying that data in SQL -- utlising that data as a Python/PySpark DataFrame -- Storing processed data to the temp storage space (LAB)
- any data access configs should available to be used
Project Installation
This project uses Conda to manage dependencies. For the fastest way of obtaining conda, install Miniconda. After installation, to install the dependencies, run this command in the root directory of the project:
conda env update environment.yml --prune
Project Organisation
├── README.md <- The top-level README for developers using this project.
|
├── .github <- Github related files.
│ └── workflows <- Github workflows for Github Actions.
|
├── config <- Config files for the project. By default this will include the AML
| staging config.
├── data
│ ├── external <- Data from third party sources.
│ ├── processed <- The final, canonical data sets for modelling and analysis.
│ ├── raw <- The original, immutable data dump.
| └── sql <- SQL used to query data.
│
├── models_store <- Trained and serialized models, model predictions, or model summaries.
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering) and
│ a short `-` delimited description, e.g.
│ `1.0-jqp-initial-data-exploration`.
│
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
│
├── gdp_tools <- Source code for use in this project.
│ ├── __init__.py <- Makes gdp_tools a Python module
│ │
│ ├── data <- Scripts to download or generate data
│ │ └── make_dataset.py
│ │
│ ├── features <- Scripts to turn raw data into features for modelling
│ │ └── build_features.py
│ │
│ ├── models <- Scripts to train models and then use trained models to make
│ │ │ predictions
│ │ ├── predict_model.py
│ │ └── train_model.py
| |
| ├── tests <- Scripts used to perform unit tests.
| | Check tests > data > test_make_dataset.py for an example.
│ │
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
│ └── visualize.py
|
├── environment.yml <- Conda environment file.
├── setup.py <- Makes project pip installable (pip install -e .) so src can be imported.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lor_gdp_tools-0.1.7.tar.gz.
File metadata
- Download URL: lor_gdp_tools-0.1.7.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
703779832e5a3c42468f1596ea3b139afbab31c878eff29e9d7f4961a509d70f
|
|
| MD5 |
27bb7275a3bb40f1fba2ad54c5b9d810
|
|
| BLAKE2b-256 |
e3bec9c743b14ae7f5c517f42856631049096b1d2b1f8fa72a08fa56dc27df6b
|
File details
Details for the file lor_gdp_tools-0.1.7-py3-none-any.whl.
File metadata
- Download URL: lor_gdp_tools-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cca508fa9a993fb1755865c2e4c31cd230b2caeaf5303e04cd583a5b28b002a2
|
|
| MD5 |
cbe4905496bd5aa0281f2cf08da100a8
|
|
| BLAKE2b-256 |
ac831b31027fc55109c702615a65302783117360e02af1d2c06baa8044d2da58
|