Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 806 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 806 Bytes

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