Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richardbnk/data_tools

Python Library to Accelerate Creation of Data ETL Processes on multiple database systems.
https://github.com/richardbnk/data_tools

bigquery etl gcp sql

Last synced: 3 days ago
JSON representation

Python Library to Accelerate Creation of Data ETL Processes on multiple database systems.

Awesome Lists containing this project

README

        

# Data Tools library (Python)

## Python package for data manipulation from various database systems

### Author

Name: Richard Raphael Banak

### Installation

To install the package, use the following command:

```
pip install git+https://github.com/Richardbnk/Data_Tools/
```

To update your package, use the command:

```
pip install --upgrade git+https://github.com/Richardbnk/Data_Tools/
```

### Requirements

For full use of the package, please install all requirements listed in the `requirements.txt` file.