Skip to main content

No project description provided

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.2.3.tar.gz (10.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for nurtelecom_gras_library-1.2.3.tar.gz
Algorithm Hash digest
SHA256 a499adab98fd011aff77dca48e38bf79c41c5fb6b2be3a6d9edf101ada8a4ad6
MD5 4311423cabbd52943f0df4ef8ca7c3b3
BLAKE2b-256 53ad094c349a826bae3258776f645a1f2a5b6fb20b00156beac23c57d9209a45

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