Skip to content

This project is all about working with database using sqlite3 module in Python

Notifications You must be signed in to change notification settings

comsavvy/Database-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database workflow with Python using SQLITE

  • The employee's file contains the class and attribute of the Employee.

  • This project is all about working with database using sqlite3 module in Python

| By using the instance of employee's class to initiate the database

  • This project uses some of the latest updates in Python.

  • The requirement of this project is to have pandas installed in order to see the tables dataframe

Where as, Python also make dataframe visualization easy for us by using some of the in-built modules and function, which were used in the project.

To install pandas

Goto your terminal and type:

pip install pandas

or if you need to update the pandas installed on your Jupyter notebook (Anaconda distribution)

pip install -U pandas

About

This project is all about working with database using sqlite3 module in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published