Skip to content

dsih-artpark/codebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README - Codebase v1.0.0

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).

Usage

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

Example:

To run the `` module:

python3 standardise.py

Contribution Guidelines

To contribute to this codebase, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature-branch
  3. Commit your changes with a meaningful message:
    git commit -m "Add new feature"
  4. Push to your branch:
    git push origin feature-branch
  5. Create a Pull Request and await review.

Releases

No releases published

Packages

No packages published