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
- Host: GitHub
- URL: https://github.com/comsavvy/database-in-python
- Owner: comsavvy
- Created: 2020-10-23T18:33:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T18:34:07.000Z (over 5 years ago)
- Last Synced: 2025-01-25T15:29:21.672Z (over 1 year ago)
- Topics: database, database-schema, employee-management, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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***