Icon

KNIME_​challenge20_​solution

KNIME_challenge20_solution
Challenge 20: Patient Network DaysLevel: HardDescription: You work for a hospital and they have data for each time a patient was seen. In this challenge, you will calculate the difference between each time a patient was seenexcluding weekends (called "network days"). Once you calculate the network days, calculate the average network days per patient. For the challenge, experiment with the input andoutput below. 1)+---------+------------+--------------+--------------------+| Patient | Date | Network Days | Mean |+---------+------------+--------------+--------------------+| Aline | 11-01-2022 | ? | 23.333333333333332 || Aline | 12-02-2022 | 24.0 | 23.333333333333332 || Aline | 25-02-2022 | 10.0 | 23.333333333333332 || Aline | 15-04-2022 | 36.0 | 23.333333333333332 || Victor | 05-02-2022 | ? | 13.333333333333332 || Victor | 25-02-2022 | 15.0 | 13.333333333333332 || Victor | 15-03-2022 | 13.0 | 13.333333333333332 || Victor | 30-03-2022 | 12.0 | 13.333333333333332 |+---------+------------+--------------+--------------------+ staticpatient datalag datelag patientcalcnetwork daysincl. end datecalc meanper patientjoin meantidy table Table Creator Lag Column Lag Column Python Script(Labs) GroupBy Joiner Table Manipulator Challenge 20: Patient Network DaysLevel: HardDescription: You work for a hospital and they have data for each time a patient was seen. In this challenge, you will calculate the difference between each time a patient was seenexcluding weekends (called "network days"). Once you calculate the network days, calculate the average network days per patient. For the challenge, experiment with the input andoutput below. 1)+---------+------------+--------------+--------------------+| Patient | Date | Network Days | Mean |+---------+------------+--------------+--------------------+| Aline | 11-01-2022 | ? | 23.333333333333332 || Aline | 12-02-2022 | 24.0 | 23.333333333333332 || Aline | 25-02-2022 | 10.0 | 23.333333333333332 || Aline | 15-04-2022 | 36.0 | 23.333333333333332 || Victor | 05-02-2022 | ? | 13.333333333333332 || Victor | 25-02-2022 | 15.0 | 13.333333333333332 || Victor | 15-03-2022 | 13.0 | 13.333333333333332 || Victor | 30-03-2022 | 12.0 | 13.333333333333332 |+---------+------------+--------------+--------------------+ staticpatient datalag datelag patientcalcnetwork daysincl. end datecalc meanper patientjoin meantidy table Table Creator Lag Column Lag Column Python Script(Labs) GroupBy Joiner Table Manipulator

Nodes

Extensions

Links