Relative Content

Tag Archive for pythonpandasjupyter-notebook

combine several rows into one using Pandas

I have a dataset of lab results from patients on different dates. I want to combine each patient’s results into a single row. The types and number of lab results are unlimited.