Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nurtelecom_gras_library-1.3.5.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

nurtelecom_gras_library-1.3.5-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file nurtelecom_gras_library-1.3.5.tar.gz.

File metadata

File hashes

Hashes for nurtelecom_gras_library-1.3.5.tar.gz
Algorithm Hash digest
SHA256 7b682d2c44e111816b1c0d0c075083f2aed099e6f0aa3a66da7ee7af67c6bb73
MD5 8eecb33e80962f8b43f5990edb1a1b68
BLAKE2b-256 27bc774d5fe38f84e9ff85aa8773f4574f5d48cfda1a5b81d9bbfe6e41ac7bff

See more details on using hashes here.

File details

Details for the file nurtelecom_gras_library-1.3.5-py3-none-any.whl.

File metadata

File hashes

Hashes for nurtelecom_gras_library-1.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 512cbe47252028eb8a3d8d3c95a55aaada851a059a0c944863c687291bd5a997
MD5 cbe151366f56ba8c1b96675b29913f4b
BLAKE2b-256 8e4df32528f5be128ec290e2f406451127536fb670821da16ece7d9adab0d812

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page