HR System

HR System is a Python app for organizing employee data with Pandas. It manages info in a table format, allowing users to view current/former employees, set review reminders, capture details, and delete records.

Release Date: June 01, 2021

Project Description

Organize Employee Data

This program keeps track of employee information in a tabular format and uses Pandas to organize and display the data. Employee data is stored in a CSV file and can be easily accessed and modified.

View Current Personnel

The app allows the user to view a list of currently employed personnel. The list can be sorted and filtered to display employees by their job title, department, or other criteria.

View Former Employees

The app also allows the user to view a list of former employees. The list can be sorted and filtered to display former employees by their job title, department, or other criteria.

Reminders for Annual Reviews

The app displays a friendly reminder when annual reviews are coming up. The reminder can be customized to display the date and time of the review, as well as any additional information needed for the review.

Capturing Employee Information

The app allows the user to capture employee information, such as name, address, and job title. The information can be stored in a CSV file for easy access and modification.

Deleting Records

The app allows the user to delete records from the CSV file. The records can be deleted with a single click, making it easy to keep the data organized and up-to-date.

System Requirements

Software: Python, Pandas

2024