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

Uploaded Source

Built Distribution

nurtelecom_gras_library-1.3.2-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for nurtelecom_gras_library-1.3.2.tar.gz
Algorithm Hash digest
SHA256 526b68d4166f3ac208763d48a3fdfade3978d7f69e9efbf705230a35c2cf4409
MD5 08381bd8532d8f0806a14e0cc0ecaf0c
BLAKE2b-256 9de7c96a01de430f4e74cdddc4a43d7d8622042473d2b3ca81e1e7c31c5b0919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nurtelecom_gras_library-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1e0318724e8ece822d3a3482460f067480abfd6d1dc6f568f1ac6d38ed2593a7
MD5 ecdb569b0abd22c6bd5fb4c1e9ce1d71
BLAKE2b-256 67e191ca6551dbbb9a8671c430e0784b718a76275ddd949fc75dfa0a6d4031a3

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