Official Nurtelecom gras library
Project description
nurtelecom_gras_library
This is official NurTelecom GRAS library
from nurtelecom_gras_library import PLSQL_data_importer, make_table_query_from_pandas
#create connection
database_connection = PLSQL_data_importer(user = 'user', password = 'pass', host= '192.168.1.1', port = '1521')
#create query
test_query = "select 1 from dual"
#makes pandas df
test_data = database_connection.get_data(query = test_query)
#make new_create query from pandas df
new_table_name_for_sql = "test_table_name"
query_from_tabel = make_table_query_from_pandas(df = test_data, table_name= new_table_name_for_sql)
#execute query
database_connection.execute(query_from_tabel)
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
File details
Details for the file nurtelecom_gras_library-1.4.0.tar.gz
.
File metadata
- Download URL: nurtelecom_gras_library-1.4.0.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48166e6fc0d9b5eba97ad3020ad422e42583bb047311a1be1c8dc5e951ee05ff |
|
MD5 | 6b6866784f58674cdf5a8369f6036220 |
|
BLAKE2b-256 | a446e0f209d80bfc16c1f9074e0441d51586675fe6cc191b454d3f2ec0902f9f |
File details
Details for the file nurtelecom_gras_library-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: nurtelecom_gras_library-1.4.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 115fbc7e4936d99223c90568041c88c0050cce03b2fe7b91c4a1fd616cd4a4eb |
|
MD5 | a6437bcaa73f6415c0d6eeb71b5d2f8f |
|
BLAKE2b-256 | bf5e3df79cc991528d886af506ad255d9d68ae8017926286d7fc6d77d48f238a |