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

https://github.com/ejw-data/python-employee-record-restructure

Short script extracting common work related personnel information into a more useable form and masking personal information. Data is fictitious.
https://github.com/ejw-data/python-employee-record-restructure

python

Last synced: over 1 year ago
JSON representation

Short script extracting common work related personnel information into a more useable form and masking personal information. Data is fictitious.

Awesome Lists containing this project

README

          

# python-employee-record-restructure

Auhtor: Erin James Wills, ejw.data@gmail.com

![Record Updates](./images/records-python.png)
Photo by [Mourizal Zativa](https://unsplash.com/@mourimoto?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/password?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)


## Overview



Short script used to practice extracting common work related personnel information into a more useable form and masking personal information that would not normally need to be seen by operations but yet still stored. The data used by the script is a fake dataset.


## Technologies
* Python


## Data Source
This is a fake dataset that I found on the web. No real personal information is contained in this repo. I used this dataset to do a variety of testing including what is in this dataset which involves extracting general information and hiding personalized data such that users of the output data would not have sensitive information.


## Setup and Installation
1. Environment needs the following:
* Python 3.6+
* os
* csv
* time
1. Activate your environment
1. Clone the repo to your local machine
1. Navigate the terminal to the repo folder
1. In the terminal, run `python employee.py`