Closed leonardpahlke closed 2 years ago
dont get overwhelmed by all files under the folder example/
:smile:
/lgtm /approve
/assign @puerco
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: leonardpahlke, saschagrunert, Verolop
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds dummy data generation to the project that can be used to show how the project works and in the future to test functionality.
New files:
load_data.py
: to load data from a specified excel file (previously inmain.py
fake_data.py
: new file to generate dummy dataNew folders:
examples
: shows all files that are getting generated with dummy data(side note) with this PR the panda dataframe is no longer used after reading the excel file (
load_data.py/load_data()
returns not a dataframe anymore, but rather a class representing applicant dataapplicants.py/Applicants
). This allows testdata injection without writing the testdata first into a excel file.Which issue(s) this PR fixes:
Fixes #3 Fixes #2
Special notes for your reviewer:
ref tracking issue: #4
Does this PR introduce a user-facing change?
cc @justaugustus @saschagrunert @puerco