This repository contains modules, and utilities for preprocessing and standardising datasets available with the Data Science Innovation Hub at ARTPARK. Refer to our data catalogue for the Dataset ID (DSID).
To use any of the modules in this codebase, first navigate to the src/codebase/
directory.
To run a specific module or service, execute:
python3 <module_name>.py
To run the `` module:
python3 standardise.py
To contribute to this codebase, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-branch
- Commit your changes with a meaningful message:
git commit -m "Add new feature"
- Push to your branch:
git push origin feature-branch
- Create a Pull Request and await review.