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

Uploaded Source

Built Distribution

nurtelecom_gras_library-1.3.1-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for nurtelecom_gras_library-1.3.1.tar.gz
Algorithm Hash digest
SHA256 3b26d39ed2d651c671cca1d6632231057e1eb0e830c96c90e65fac5846ffa922
MD5 2cdfec4fa34b253194f79ee470378769
BLAKE2b-256 dc49f41dd63e6677b552e38ee73f463bbcf6181936fbbeefb0bfb06190aee199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nurtelecom_gras_library-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 31f592b40a4b0469cb4c43d424ff63e7ad6003a7f15f5dea9212fa38a7f8b26d
MD5 39a983e465a2baaf64ff5769c02c6137
BLAKE2b-256 d9aa0c1132667e85837074587c28672f0cb289ffb9f66afadffe8d56ea3fab32

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