Skip to content

This notebook illustrates how to access your database instance using Python by following the steps below 1.Import the ibm_db Python library 2.Identify and enter the database connection credentials 3.Create the database connection 4.Create a table 5.Insert data into the table 6.Query data from the table 7.Retrieve the result set into a pandas dat…

axg170018/how-to-access-your-database-instance-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

how-to-access-your-database-instance-using-Python

This notebook illustrates how to access your database instance using Python by following the steps below:

1.Import the ibm_db Python library

2.Identify and enter the database connection credentials

3.Create the database connection

4.Create a table

5.Insert data into the table

6.Query data from the table

7.Retrieve the result set into a pandas dataframe

8.Close the database connection

Follow these steps to access your database instance using python.

About

This notebook illustrates how to access your database instance using Python by following the steps below 1.Import the ibm_db Python library 2.Identify and enter the database connection credentials 3.Create the database connection 4.Create a table 5.Insert data into the table 6.Query data from the table 7.Retrieve the result set into a pandas dat…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published