Skip to content

jzsmoreno/pydbsmgr

Repository files navigation

pydbsmgr

GitHub last commit GitHub repo size License CI - Test

pydbsmgr

Python package for database control and administration as well as for DataFrame processing. Also contains a simpler Python SDK for Azure Cloud tools such as uploading .parquet, .csv and .xlsx files, downloading them and DataFrame cleansing, for more information review our documentation.

Prerequisities

Before you begin, ensure you have met the following requirements:

Installation

This package can be easily installed with pip:

pip install pydbsmgr

Installation from GitHub

If you prefer, you can do it in this other way:

pip install git+https://github.com/jzsmoreno/pydbsmgr

You can contribute to this repository

Through the following steps:

  1. Clone this repository (requires git):
git clone https://github.com/jzsmoreno/pydbsmgr.git
cd pydbsmgr
  1. Create and activate a python virtual environment (The activation may vary depending on your OS here is the example for Linux):
python3 -m venv venv
source ./venv/bin/activate
  1. Install all the requirements:
pip3 install -r requirements.txt
  1. Now you can test it with any python file you want. But you can also use it in a jupyter notebook, just install jupyterlab
pip3 install jupyterlab
  1. Open the jupyter lab instance (you can see that already exists an example.ipynb, where you can see some of the things you can do):
jupyter lab

About

Python package for database control and administration as well as for DataFrame processing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published