An open API service indexing awesome lists of open source software.

https://github.com/comsavvy/database-in-python

This project is all about working with database using sqlite3 module in Python
https://github.com/comsavvy/database-in-python

database database-schema employee-management pandas python

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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***